|
||||||||||
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.instance.FeatureCategory
public final class FeatureCategory
A representation of the literals of the enumeration 'Feature Category', and utility methods for working with them.
InstancePackage.getFeatureCategory()
,
Serialized FormField Summary | |
---|---|
static int |
BUSACCESS
The 'Busaccess' literal value |
static FeatureCategory |
BUSACCESS_LITERAL
The 'Busaccess' literal object |
static java.lang.String |
copyright
|
static int |
DATA
The 'Data' literal value |
static FeatureCategory |
DATA_LITERAL
The 'Data' literal object |
static int |
DATAACCESS
The 'Dataaccess' literal value |
static FeatureCategory |
DATAACCESS_LITERAL
The 'Dataaccess' literal object |
static int |
EVENT
The 'Event' literal value |
static FeatureCategory |
EVENT_LITERAL
The 'Event' literal object |
static int |
EVENTDATA
The 'Eventdata' literal value |
static FeatureCategory |
EVENTDATA_LITERAL
The 'Eventdata' literal object |
static int |
PARAMETER
The 'Parameter' literal value |
static FeatureCategory |
PARAMETER_LITERAL
The 'Parameter' literal object |
static int |
PORTGROUP
The 'Portgroup' literal value |
static FeatureCategory |
PORTGROUP_LITERAL
The 'Portgroup' literal object |
static int |
SERVERSUBPROGRAM
The 'Serversubprogram' literal value |
static FeatureCategory |
SERVERSUBPROGRAM_LITERAL
The 'Serversubprogram' literal object |
static int |
SUBPROGRAM
The 'Subprogram' literal value |
static FeatureCategory |
SUBPROGRAM_LITERAL
The 'Subprogram' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Feature Category' enumerators |
Method Summary | |
---|---|
static FeatureCategory |
get(int value)
Returns the 'Feature Category' literal with the specified integer value |
static FeatureCategory |
get(java.lang.String literal)
Returns the 'Feature Category' literal with the specified literal value |
static FeatureCategory |
getByName(java.lang.String name)
Returns the 'Feature Category' literal with the specified name |
java.lang.String |
getFilename()
Deprecated. Use getFileName() |
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 DATA
DATA_LITERAL
,
Constant Field Valuespublic static final int EVENT
EVENT_LITERAL
,
Constant Field Valuespublic static final int PARAMETER
PARAMETER_LITERAL
,
Constant Field Valuespublic static final int SUBPROGRAM
SUBPROGRAM_LITERAL
,
Constant Field Valuespublic static final int EVENTDATA
EVENTDATA_LITERAL
,
Constant Field Valuespublic static final int BUSACCESS
BUSACCESS_LITERAL
,
Constant Field Valuespublic static final int DATAACCESS
DATAACCESS_LITERAL
,
Constant Field Valuespublic static final int PORTGROUP
PORTGROUP_LITERAL
,
Constant Field Valuespublic static final int SERVERSUBPROGRAM
SERVERSUBPROGRAM_LITERAL
,
Constant Field Valuespublic static final FeatureCategory DATA_LITERAL
If the meaning of 'Data' literal object isn't clear, there really should be more of a description here...
DATA
public static final FeatureCategory EVENT_LITERAL
If the meaning of 'Event' literal object isn't clear, there really should be more of a description here...
EVENT
public static final FeatureCategory PARAMETER_LITERAL
If the meaning of 'Parameter' literal object isn't clear, there really should be more of a description here...
PARAMETER
public static final FeatureCategory SUBPROGRAM_LITERAL
If the meaning of 'Subprogram' literal object isn't clear, there really should be more of a description here...
SUBPROGRAM
public static final FeatureCategory EVENTDATA_LITERAL
If the meaning of 'Eventdata' literal object isn't clear, there really should be more of a description here...
EVENTDATA
public static final FeatureCategory BUSACCESS_LITERAL
If the meaning of 'Busaccess' literal object isn't clear, there really should be more of a description here...
BUSACCESS
public static final FeatureCategory DATAACCESS_LITERAL
If the meaning of 'Dataaccess' literal object isn't clear, there really should be more of a description here...
DATAACCESS
public static final FeatureCategory PORTGROUP_LITERAL
If the meaning of 'Portgroup' literal object isn't clear, there really should be more of a description here...
PORTGROUP
public static final FeatureCategory SERVERSUBPROGRAM_LITERAL
If the meaning of 'Serversubprogram' literal object isn't clear, there really should be more of a description here...
SERVERSUBPROGRAM
public static final java.util.List VALUES
Method Detail |
---|
public static FeatureCategory get(java.lang.String literal)
public static FeatureCategory getByName(java.lang.String name)
public static FeatureCategory get(int value)
public java.lang.String getFilename()
getFileName()
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 |