|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FeatureCategory>
edu.cmu.sei.aadl.aadl2.instance.FeatureCategory
public enum FeatureCategory
A representation of the literals of the enumeration 'Feature Category', and utility methods for working with them.
InstancePackage.getFeatureCategory()
Enum Constant Summary | |
---|---|
ABSTRACT_FEATURE
The 'Abstract Feature' literal object |
|
BUS_ACCESS
The 'Bus Access' literal object |
|
DATA_ACCESS
The 'Data Access' literal object |
|
DATA_PORT
The 'Data Port' literal object |
|
EVENT_DATA_PORT
The 'Event Data Port' literal object |
|
EVENT_PORT
The 'Event Port' literal object |
|
FEATURE_GROUP
The 'Feature Group' literal object |
|
PARAMETER
The 'Parameter' literal object |
|
SUBPROGRAM_ACCESS
The 'Subprogram Access' literal object |
|
SUBPROGRAM_GROUP_ACCESS
The 'Subprogram Group Access' literal object |
Field Summary | |
---|---|
static int |
ABSTRACT_FEATURE_VALUE
The 'Abstract Feature' literal value |
static int |
BUS_ACCESS_VALUE
The 'Bus Access' literal value |
static int |
DATA_ACCESS_VALUE
The 'Data Access' literal value |
static int |
DATA_PORT_VALUE
The 'Data Port' literal value |
static int |
EVENT_DATA_PORT_VALUE
The 'Event Data Port' literal value |
static int |
EVENT_PORT_VALUE
The 'Event Port' literal value |
static int |
FEATURE_GROUP_VALUE
The 'Feature Group' literal value |
static int |
PARAMETER_VALUE
The 'Parameter' literal value |
static int |
SUBPROGRAM_ACCESS_VALUE
The 'Subprogram Access' literal value |
static int |
SUBPROGRAM_GROUP_ACCESS_VALUE
The 'Subprogram Group Access' literal value |
static java.util.List<FeatureCategory> |
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 |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static FeatureCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FeatureCategory[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FeatureCategory DATA_PORT
DATA_PORT_VALUE
public static final FeatureCategory EVENT_PORT
EVENT_PORT_VALUE
public static final FeatureCategory EVENT_DATA_PORT
EVENT_DATA_PORT_VALUE
public static final FeatureCategory PARAMETER
PARAMETER_VALUE
public static final FeatureCategory BUS_ACCESS
BUS_ACCESS_VALUE
public static final FeatureCategory DATA_ACCESS
DATA_ACCESS_VALUE
public static final FeatureCategory SUBPROGRAM_ACCESS
SUBPROGRAM_ACCESS_VALUE
public static final FeatureCategory SUBPROGRAM_GROUP_ACCESS
SUBPROGRAM_GROUP_ACCESS_VALUE
public static final FeatureCategory FEATURE_GROUP
FEATURE_GROUP_VALUE
public static final FeatureCategory ABSTRACT_FEATURE
ABSTRACT_FEATURE_VALUE
Field Detail |
---|
public static final int DATA_PORT_VALUE
If the meaning of 'Data Port' literal object isn't clear, there really should be more of a description here...
DATA_PORT
,
Constant Field Valuespublic static final int EVENT_PORT_VALUE
If the meaning of 'Event Port' literal object isn't clear, there really should be more of a description here...
EVENT_PORT
,
Constant Field Valuespublic static final int EVENT_DATA_PORT_VALUE
If the meaning of 'Event Data Port' literal object isn't clear, there really should be more of a description here...
EVENT_DATA_PORT
,
Constant Field Valuespublic static final int PARAMETER_VALUE
If the meaning of 'Parameter' literal object isn't clear, there really should be more of a description here...
PARAMETER
,
Constant Field Valuespublic static final int BUS_ACCESS_VALUE
If the meaning of 'Bus Access' literal object isn't clear, there really should be more of a description here...
BUS_ACCESS
,
Constant Field Valuespublic static final int DATA_ACCESS_VALUE
If the meaning of 'Data Access' literal object isn't clear, there really should be more of a description here...
DATA_ACCESS
,
Constant Field Valuespublic static final int SUBPROGRAM_ACCESS_VALUE
If the meaning of 'Subprogram Access' literal object isn't clear, there really should be more of a description here...
SUBPROGRAM_ACCESS
,
Constant Field Valuespublic static final int SUBPROGRAM_GROUP_ACCESS_VALUE
If the meaning of 'Subprogram Group Access' literal object isn't clear, there really should be more of a description here...
SUBPROGRAM_GROUP_ACCESS
,
Constant Field Valuespublic static final int FEATURE_GROUP_VALUE
If the meaning of 'Feature Group' literal object isn't clear, there really should be more of a description here...
FEATURE_GROUP
,
Constant Field Valuespublic static final int ABSTRACT_FEATURE_VALUE
If the meaning of 'Abstract Feature' literal object isn't clear, there really should be more of a description here...
ABSTRACT_FEATURE
,
Constant Field Valuespublic static final java.util.List<FeatureCategory> VALUES
Method Detail |
---|
public static FeatureCategory[] values()
for (FeatureCategory c : FeatureCategory.values()) System.out.println(c);
public static FeatureCategory valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static FeatureCategory get(java.lang.String literal)
public static FeatureCategory getByName(java.lang.String name)
public static FeatureCategory get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<FeatureCategory>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |