public enum ObjectClassificationStrucFlgs extends Enum<ObjectClassificationStrucFlgs> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
OBJECT_CONTAINER
The 'Object Container' literal object
|
OBJECT_CONTAINER_DATA
The 'Object Container Data' literal object
|
OBJECT_CONTAINER_DATA2
The 'Object Container Data2' literal object
|
OBJECT_CONTAINER2
The 'Object Container2' literal object
|
OBJECT_ENVIRONMENT_GROUP
The 'Object Environment Group' literal object
|
OBJECT_ENVIRONMENT_GROUP2
The 'Object Environment Group2' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OBJECT_CONTAINER_DATA_VALUE
The 'Object Container Data' literal value
|
static int |
OBJECT_CONTAINER_DATA2_VALUE
The 'Object Container Data2' literal value
|
static int |
OBJECT_CONTAINER_VALUE
The 'Object Container' literal value
|
static int |
OBJECT_CONTAINER2_VALUE
The 'Object Container2' literal value
|
static int |
OBJECT_ENVIRONMENT_GROUP_VALUE
The 'Object Environment Group' literal value
|
static int |
OBJECT_ENVIRONMENT_GROUP2_VALUE
The 'Object Environment Group2' literal value
|
static List<ObjectClassificationStrucFlgs> |
VALUES
A public read-only list of all the 'Object Classification Struc Flgs' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectClassificationStrucFlgs |
get(int value)
Returns the 'Object Classification Struc Flgs' literal with the specified integer value
|
static ObjectClassificationStrucFlgs |
get(String literal)
Returns the 'Object Classification Struc Flgs' literal with the specified literal value
|
static ObjectClassificationStrucFlgs |
getByName(String name)
Returns the 'Object Classification Struc Flgs' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static ObjectClassificationStrucFlgs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectClassificationStrucFlgs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectClassificationStrucFlgs OBJECT_CONTAINER
OBJECT_CONTAINER_VALUEpublic static final ObjectClassificationStrucFlgs OBJECT_CONTAINER2
OBJECT_CONTAINER2_VALUEpublic static final ObjectClassificationStrucFlgs OBJECT_ENVIRONMENT_GROUP
OBJECT_ENVIRONMENT_GROUP_VALUEpublic static final ObjectClassificationStrucFlgs OBJECT_ENVIRONMENT_GROUP2
OBJECT_ENVIRONMENT_GROUP2_VALUEpublic static final ObjectClassificationStrucFlgs OBJECT_CONTAINER_DATA
OBJECT_CONTAINER_DATA_VALUEpublic static final ObjectClassificationStrucFlgs OBJECT_CONTAINER_DATA2
OBJECT_CONTAINER_DATA2_VALUEpublic static final int OBJECT_CONTAINER_VALUE
If the meaning of 'Object Container' literal object isn't clear, there really should be more of a description here...
OBJECT_CONTAINER,
Constant Field Valuespublic static final int OBJECT_CONTAINER2_VALUE
If the meaning of 'Object Container2' literal object isn't clear, there really should be more of a description here...
OBJECT_CONTAINER2,
Constant Field Valuespublic static final int OBJECT_ENVIRONMENT_GROUP_VALUE
If the meaning of 'Object Environment Group' literal object isn't clear, there really should be more of a description here...
OBJECT_ENVIRONMENT_GROUP,
Constant Field Valuespublic static final int OBJECT_ENVIRONMENT_GROUP2_VALUE
If the meaning of 'Object Environment Group2' literal object isn't clear, there really should be more of a description here...
OBJECT_ENVIRONMENT_GROUP2,
Constant Field Valuespublic static final int OBJECT_CONTAINER_DATA_VALUE
If the meaning of 'Object Container Data' literal object isn't clear, there really should be more of a description here...
OBJECT_CONTAINER_DATA,
Constant Field Valuespublic static final int OBJECT_CONTAINER_DATA2_VALUE
If the meaning of 'Object Container Data2' literal object isn't clear, there really should be more of a description here...
OBJECT_CONTAINER_DATA2,
Constant Field Valuespublic static final List<ObjectClassificationStrucFlgs> VALUES
public static ObjectClassificationStrucFlgs[] values()
for (ObjectClassificationStrucFlgs c : ObjectClassificationStrucFlgs.values()) System.out.println(c);
public static ObjectClassificationStrucFlgs valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ObjectClassificationStrucFlgs get(String literal)
literal - the literal.null.public static ObjectClassificationStrucFlgs getByName(String name)
name - the name.null.public static ObjectClassificationStrucFlgs get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<ObjectClassificationStrucFlgs>Copyright © 2017. All rights reserved.