edu.cmu.sei.aadl.model.feature
Class AccessDirection

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by edu.cmu.sei.aadl.model.feature.AccessDirection
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class AccessDirection
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Access Direction', and utility methods for working with them.

See Also:
FeaturePackage.getAccessDirection(), Serialized Form

Field Summary
static java.lang.String copyright
           
static int PROVIDED
          The 'Provided' literal value
static AccessDirection PROVIDED_LITERAL
          The 'Provided' literal object
static int REQUIRED
          The 'Required' literal value
static AccessDirection REQUIRED_LITERAL
          The 'Required' literal object
static java.util.List VALUES
          A public read-only list of all the 'Access Direction' enumerators
 
Method Summary
static AccessDirection get(int value)
          Returns the 'Access Direction' literal with the specified integer value
static AccessDirection get(java.lang.String literal)
          Returns the 'Access Direction' literal with the specified literal value
static AccessDirection getByName(java.lang.String name)
          Returns the 'Access Direction' literal with the specified name
 java.lang.String getFileName()
           
 java.lang.String getReadableName()
           
 java.lang.String getUnparseName()
           
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

PROVIDED

public static final int PROVIDED
The 'Provided' literal value.

See Also:
PROVIDED_LITERAL, Constant Field Values

REQUIRED

public static final int REQUIRED
The 'Required' literal value.

See Also:
REQUIRED_LITERAL, Constant Field Values

PROVIDED_LITERAL

public static final AccessDirection PROVIDED_LITERAL
The 'Provided' literal object.

If the meaning of 'Provided' literal object isn't clear, there really should be more of a description here...

See Also:
PROVIDED

REQUIRED_LITERAL

public static final AccessDirection REQUIRED_LITERAL
The 'Required' literal object.

If the meaning of 'Required' literal object isn't clear, there really should be more of a description here...

See Also:
REQUIRED

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Access Direction' enumerators.

Method Detail

get

public static AccessDirection get(java.lang.String literal)
Returns the 'Access Direction' literal with the specified literal value.


getByName

public static AccessDirection getByName(java.lang.String name)
Returns the 'Access Direction' literal with the specified name.


get

public static AccessDirection get(int value)
Returns the 'Access Direction' literal with the specified integer value.


getFileName

public final java.lang.String getFileName()

getReadableName

public final java.lang.String getReadableName()

getUnparseName

public final java.lang.String getUnparseName()