public final class TAtLeastExpectedStates
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTAtLeastExpectedStates()
Modifier and Type | Field and Description |
---|---|
static int |
CLAIMED
The 'Claimed' literal value
|
static TAtLeastExpectedStates |
CLAIMED_LITERAL
The 'Claimed' literal object
|
static java.lang.String |
COPYRIGHT |
static int |
ENDED
The 'Ended' literal value
|
static TAtLeastExpectedStates |
ENDED_LITERAL
The 'Ended' literal object
|
static int |
SUB_TASKS_COMPLETED
The 'Sub Tasks Completed' literal value
|
static TAtLeastExpectedStates |
SUB_TASKS_COMPLETED_LITERAL
The 'Sub Tasks Completed' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TAt Least Expected States' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TAtLeastExpectedStates |
get(int value)
Returns the 'TAt Least Expected States' literal with the specified integer value
|
static TAtLeastExpectedStates |
get(java.lang.String literal)
Returns the 'TAt Least Expected States' literal with the specified literal value
|
static TAtLeastExpectedStates |
getByName(java.lang.String name)
Returns the 'TAt Least Expected States' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int CLAIMED
CLAIMED_LITERAL
,
Constant Field Valuespublic static final int SUB_TASKS_COMPLETED
public static final int ENDED
ENDED_LITERAL
,
Constant Field Valuespublic static final TAtLeastExpectedStates CLAIMED_LITERAL
If the meaning of 'Claimed' literal object isn't clear, there really should be more of a description here...
CLAIMED
public static final TAtLeastExpectedStates SUB_TASKS_COMPLETED_LITERAL
If the meaning of 'Sub Tasks Completed' literal object isn't clear, there really should be more of a description here...
SUB_TASKS_COMPLETED
public static final TAtLeastExpectedStates ENDED_LITERAL
If the meaning of 'Ended' literal object isn't clear, there really should be more of a description here...
ENDED
public static final java.util.List VALUES
public static TAtLeastExpectedStates get(java.lang.String literal)
public static TAtLeastExpectedStates getByName(java.lang.String name)
public static TAtLeastExpectedStates get(int value)