|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TBoolean
public final class TBoolean
A representation of the literals of the enumeration 'TBoolean', and utility methods for working with them.
TaskPackage.getTBoolean()
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static TBoolean get(java.lang.String literal)
public static TBoolean getByName(java.lang.String name)
public static TBoolean get(int value)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |