IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Class TBoolean

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wbit.tel.TBoolean
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class TBoolean
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'TBoolean', and utility methods for working with them.

Since:
6.0.1
See Also:
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

YES

public static final int YES
The 'Yes' literal value.

See Also:
YES_LITERAL, Constant Field Values

NO

public static final int NO
The 'No' literal value.

See Also:
NO_LITERAL, Constant Field Values

YES_LITERAL

public static final TBoolean YES_LITERAL
The 'Yes' literal object.

If the meaning of 'Yes' literal object isn't clear, there really should be more of a description here...

See Also:
YES

NO_LITERAL

public static final TBoolean NO_LITERAL
The 'No' literal object.

If the meaning of 'No' literal object isn't clear, there really should be more of a description here...

See Also:
NO

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TBoolean' enumerators.

Method Detail

get

public static TBoolean get(java.lang.String literal)
Returns the 'TBoolean' literal with the specified literal value.


getByName

public static TBoolean getByName(java.lang.String name)
Returns the 'TBoolean' literal with the specified name.


get

public static TBoolean get(int value)
Returns the 'TBoolean' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 8