public enum ObjectClassificationObjClass extends Enum<ObjectClassificationObjClass> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_DATAOBJECTFONT
The 'Const Dataobjectfont' literal object
|
CONST_EXECUTABLEPROGRAM
The 'Const Executableprogram' literal object
|
CONST_SECONDARY_RESOURCEEG_COLOR_PROFILE
The 'Const Secondary Resourceeg Color Profile' literal object
|
CONST_SETUPFILE
The 'Const Setupfile' literal object
|
CONST_TIMEINVARIANT
The 'Const Timeinvariant' literal object
|
CONST_TIMEVARIANT
The 'Const Timevariant' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DATAOBJECTFONT_VALUE
The 'Const Dataobjectfont' literal value
|
static int |
CONST_EXECUTABLEPROGRAM_VALUE
The 'Const Executableprogram' literal value
|
static int |
CONST_SECONDARY_RESOURCEEG_COLOR_PROFILE_VALUE
The 'Const Secondary Resourceeg Color Profile' literal value
|
static int |
CONST_SETUPFILE_VALUE
The 'Const Setupfile' literal value
|
static int |
CONST_TIMEINVARIANT_VALUE
The 'Const Timeinvariant' literal value
|
static int |
CONST_TIMEVARIANT_VALUE
The 'Const Timevariant' literal value
|
static List<ObjectClassificationObjClass> |
VALUES
A public read-only list of all the 'Object Classification Obj Class' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectClassificationObjClass |
get(int value)
Returns the 'Object Classification Obj Class' literal with the specified integer value
|
static ObjectClassificationObjClass |
get(String literal)
Returns the 'Object Classification Obj Class' literal with the specified literal value
|
static ObjectClassificationObjClass |
getByName(String name)
Returns the 'Object Classification Obj Class' 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 ObjectClassificationObjClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectClassificationObjClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectClassificationObjClass CONST_TIMEINVARIANT
CONST_TIMEINVARIANT_VALUEpublic static final ObjectClassificationObjClass CONST_TIMEVARIANT
CONST_TIMEVARIANT_VALUEpublic static final ObjectClassificationObjClass CONST_EXECUTABLEPROGRAM
CONST_EXECUTABLEPROGRAM_VALUEpublic static final ObjectClassificationObjClass CONST_SETUPFILE
CONST_SETUPFILE_VALUEpublic static final ObjectClassificationObjClass CONST_SECONDARY_RESOURCEEG_COLOR_PROFILE
public static final ObjectClassificationObjClass CONST_DATAOBJECTFONT
CONST_DATAOBJECTFONT_VALUEpublic static final int CONST_TIMEINVARIANT_VALUE
If the meaning of 'Const Timeinvariant' literal object isn't clear, there really should be more of a description here...
CONST_TIMEINVARIANT,
Constant Field Valuespublic static final int CONST_TIMEVARIANT_VALUE
If the meaning of 'Const Timevariant' literal object isn't clear, there really should be more of a description here...
CONST_TIMEVARIANT,
Constant Field Valuespublic static final int CONST_EXECUTABLEPROGRAM_VALUE
If the meaning of 'Const Executableprogram' literal object isn't clear, there really should be more of a description here...
CONST_EXECUTABLEPROGRAM,
Constant Field Valuespublic static final int CONST_SETUPFILE_VALUE
If the meaning of 'Const Setupfile' literal object isn't clear, there really should be more of a description here...
CONST_SETUPFILE,
Constant Field Valuespublic static final int CONST_SECONDARY_RESOURCEEG_COLOR_PROFILE_VALUE
If the meaning of 'Const Secondary Resourceeg Color Profile' literal object isn't clear, there really should be more of a description here...
public static final int CONST_DATAOBJECTFONT_VALUE
If the meaning of 'Const Dataobjectfont' literal object isn't clear, there really should be more of a description here...
CONST_DATAOBJECTFONT,
Constant Field Valuespublic static final List<ObjectClassificationObjClass> VALUES
public static ObjectClassificationObjClass[] values()
for (ObjectClassificationObjClass c : ObjectClassificationObjClass.values()) System.out.println(c);
public static ObjectClassificationObjClass 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 ObjectClassificationObjClass get(String literal)
literal - the literal.null.public static ObjectClassificationObjClass getByName(String name)
name - the name.null.public static ObjectClassificationObjClass 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<ObjectClassificationObjClass>Copyright © 2017. All rights reserved.