public final class TDurationConstants
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTDurationConstants()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
static int |
DURATIONINFINITE
The 'DURATIONINFINITE' literal value
|
static TDurationConstants |
DURATIONINFINITE_LITERAL
The 'DURATIONINFINITE' literal object
|
static int |
DURATIONZERO
The 'DURATIONZERO' literal value
|
static TDurationConstants |
DURATIONZERO_LITERAL
The 'DURATIONZERO' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TDuration Constants' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TDurationConstants |
get(int value)
Returns the 'TDuration Constants' literal with the specified integer value
|
static TDurationConstants |
get(java.lang.String literal)
Returns the 'TDuration Constants' literal with the specified literal value
|
static TDurationConstants |
getByName(java.lang.String name)
Returns the 'TDuration Constants' literal with the specified name
|
public static final int DURATIONZERO
If the meaning of 'DURATIONZERO' literal object isn't clear, there really should be more of a description here...
DURATIONZERO_LITERAL
,
Constant Field Valuespublic static final int DURATIONINFINITE
If the meaning of 'DURATIONINFINITE' literal object isn't clear, there really should be more of a description here...
public static final TDurationConstants DURATIONZERO_LITERAL
DURATIONZERO
public static final TDurationConstants DURATIONINFINITE_LITERAL
DURATIONINFINITE
public static final java.lang.String copyright
public static final java.util.List VALUES
public static TDurationConstants get(java.lang.String literal)
public static TDurationConstants getByName(java.lang.String name)
public static TDurationConstants get(int value)