public enum TIME_TYPE extends Enum<TIME_TYPE> implements org.eclipse.emf.common.util.Enumerator
ExmaraldaBasicPackage.getTIME_TYPE()| Enum Constant and Description |
|---|
APPL
The 'Appl' literal object
|
INTP
The 'Intp' literal object
|
OTHR
The 'Othr' literal object
|
UNSP
The 'Unsp' literal object
|
USER
The 'User' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
APPL_VALUE
The 'Appl' literal value
|
static int |
INTP_VALUE
The 'Intp' literal value
|
static int |
OTHR_VALUE
The 'Othr' literal value
|
static int |
UNSP_VALUE
The 'Unsp' literal value
|
static int |
USER_VALUE
The 'User' literal value
|
static List<TIME_TYPE> |
VALUES
A public read-only list of all the 'TIME TYPE' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static TIME_TYPE |
get(int value)
Returns the 'TIME TYPE' literal with the specified integer value
|
static TIME_TYPE |
get(String literal)
Returns the 'TIME TYPE' literal with the specified literal value
|
static TIME_TYPE |
getByName(String name)
Returns the 'TIME TYPE' 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 TIME_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIME_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIME_TYPE UNSP
UNSP_VALUEpublic static final TIME_TYPE USER
USER_VALUEpublic static final TIME_TYPE OTHR
OTHR_VALUEpublic static final TIME_TYPE INTP
INTP_VALUEpublic static final TIME_TYPE APPL
APPL_VALUEpublic static final int UNSP_VALUE
If the meaning of 'Unsp' literal object isn't clear, there really should be more of a description here...
UNSP,
Constant Field Valuespublic static final int USER_VALUE
If the meaning of 'User' literal object isn't clear, there really should be more of a description here...
USER,
Constant Field Valuespublic static final int OTHR_VALUE
If the meaning of 'Othr' literal object isn't clear, there really should be more of a description here...
OTHR,
Constant Field Valuespublic static final int INTP_VALUE
If the meaning of 'Intp' literal object isn't clear, there really should be more of a description here...
INTP,
Constant Field Valuespublic static final int APPL_VALUE
If the meaning of 'Appl' literal object isn't clear, there really should be more of a description here...
APPL,
Constant Field Valuespublic static TIME_TYPE[] values()
for (TIME_TYPE c : TIME_TYPE.values()) System.out.println(c);
public static TIME_TYPE 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 TIME_TYPE get(String literal)
public static TIME_TYPE getByName(String name)
public static TIME_TYPE get(int value)
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.EnumeratorCopyright © 2020. All rights reserved.