|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
edu.cmu.sei.aadl.model.feature.AccessDirection
public final class AccessDirection
A representation of the literals of the enumeration 'Access Direction', and utility methods for working with them.
FeaturePackage.getAccessDirection()
,
Serialized FormField 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 |
---|
public static final java.lang.String copyright
public static final int PROVIDED
PROVIDED_LITERAL
,
Constant Field Valuespublic static final int REQUIRED
REQUIRED_LITERAL
,
Constant Field Valuespublic static final AccessDirection PROVIDED_LITERAL
If the meaning of 'Provided' literal object isn't clear, there really should be more of a description here...
PROVIDED
public static final AccessDirection REQUIRED_LITERAL
If the meaning of 'Required' literal object isn't clear, there really should be more of a description here...
REQUIRED
public static final java.util.List VALUES
Method Detail |
---|
public static AccessDirection get(java.lang.String literal)
public static AccessDirection getByName(java.lang.String name)
public static AccessDirection get(int value)
public final java.lang.String getFileName()
public final java.lang.String getReadableName()
public final java.lang.String getUnparseName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |