public final class TBoolean
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTBoolean()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
NO
The 'No' literal value
|
static TBoolean |
NO_LITERAL
The 'No' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TBoolean' enumerators
|
static int |
YES
The 'Yes' literal value
|
static TBoolean |
YES_LITERAL
The 'Yes' literal object
|
Modifier and Type | Method and Description |
---|---|
static TBoolean |
get(int value)
Returns the 'TBoolean' literal with the specified integer value
|
static TBoolean |
get(java.lang.String literal)
Returns the 'TBoolean' literal with the specified literal value
|
static TBoolean |
getByName(java.lang.String name)
Returns the 'TBoolean' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int YES
YES_LITERAL
,
Constant Field Valuespublic static final int NO
NO_LITERAL
,
Constant Field Valuespublic static final TBoolean YES_LITERAL
If the meaning of 'Yes' literal object isn't clear, there really should be more of a description here...
YES
public static final TBoolean NO_LITERAL
If the meaning of 'No' literal object isn't clear, there really should be more of a description here...
NO
public static final java.util.List VALUES
public static TBoolean get(java.lang.String literal)
public static TBoolean getByName(java.lang.String name)
public static TBoolean get(int value)