com.ibm.wbit.tel

Class TBoolean

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • 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

      Fields 
      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
    • Method Summary

      Methods 
      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
      • 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

      • 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 Business Process ManagerTM
Release 8