public enum ObjectOriginIdentifierSystem extends Enum<ObjectOriginIdentifierSystem> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_MVS
The 'Const MVS' literal object
|
CONST_PCDOS
The 'Const PCDOS' literal object
|
CONST_VM
The 'Const VM' literal object
|
CONST_VSE
The 'Const VSE' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_MVS_VALUE
The 'Const MVS' literal value
|
static int |
CONST_PCDOS_VALUE
The 'Const PCDOS' literal value
|
static int |
CONST_VM_VALUE
The 'Const VM' literal value
|
static int |
CONST_VSE_VALUE
The 'Const VSE' literal value
|
static List<ObjectOriginIdentifierSystem> |
VALUES
A public read-only list of all the 'Object Origin Identifier System' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectOriginIdentifierSystem |
get(int value)
Returns the 'Object Origin Identifier System' literal with the specified integer value
|
static ObjectOriginIdentifierSystem |
get(String literal)
Returns the 'Object Origin Identifier System' literal with the specified literal value
|
static ObjectOriginIdentifierSystem |
getByName(String name)
Returns the 'Object Origin Identifier System' 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 ObjectOriginIdentifierSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectOriginIdentifierSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectOriginIdentifierSystem CONST_MVS
CONST_MVS_VALUEpublic static final ObjectOriginIdentifierSystem CONST_VM
CONST_VM_VALUEpublic static final ObjectOriginIdentifierSystem CONST_PCDOS
CONST_PCDOS_VALUEpublic static final ObjectOriginIdentifierSystem CONST_VSE
CONST_VSE_VALUEpublic static final int CONST_MVS_VALUE
If the meaning of 'Const MVS' literal object isn't clear, there really should be more of a description here...
CONST_MVS,
Constant Field Valuespublic static final int CONST_VM_VALUE
If the meaning of 'Const VM' literal object isn't clear, there really should be more of a description here...
CONST_VM,
Constant Field Valuespublic static final int CONST_PCDOS_VALUE
If the meaning of 'Const PCDOS' literal object isn't clear, there really should be more of a description here...
CONST_PCDOS,
Constant Field Valuespublic static final int CONST_VSE_VALUE
If the meaning of 'Const VSE' literal object isn't clear, there really should be more of a description here...
CONST_VSE,
Constant Field Valuespublic static final List<ObjectOriginIdentifierSystem> VALUES
public static ObjectOriginIdentifierSystem[] values()
for (ObjectOriginIdentifierSystem c : ObjectOriginIdentifierSystem.values()) System.out.println(c);
public static ObjectOriginIdentifierSystem 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 ObjectOriginIdentifierSystem get(String literal)
literal - the literal.null.public static ObjectOriginIdentifierSystem getByName(String name)
name - the name.null.public static ObjectOriginIdentifierSystem 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<ObjectOriginIdentifierSystem>Copyright © 2017. All rights reserved.