com.ibm.wbit.tel

Class TAutonomy

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wbit.tel.TAutonomy
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class TAutonomy
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'TAutonomy', and utility methods for working with them.
Since:
6.2
See Also:
TaskPackage.getTAutonomy()

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
CHILD
The 'Child' literal value
  1. static
  2. TAutonomy
CHILD_LITERAL
The 'Child' literal object
  1. static
  2. int
PEER
The 'Peer' literal value
  1. static
  2. TAutonomy
PEER_LITERAL
The 'Peer' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TAutonomy' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. TAutonomy
get(int value)
Returns the 'TAutonomy' literal with the specified integer value
  1. static
  2. TAutonomy
get(java.lang.String literal)
Returns the 'TAutonomy' literal with the specified literal value
  1. static
  2. TAutonomy
getByName(java.lang.String name)
Returns the 'TAutonomy' 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

PEER

  1. public static final int PEER
The 'Peer' literal value.

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

See Also:

CHILD

  1. public static final int CHILD
The 'Child' literal value.

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

See Also:

PEER_LITERAL

  1. public static final TAutonomy PEER_LITERAL
The 'Peer' literal object.
See Also:

CHILD_LITERAL

  1. public static final TAutonomy CHILD_LITERAL
The 'Child' literal object.
See Also:

VALUES

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

Method Detail

get

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

getByName

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

get

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