com.ibm.wbit.tel

Class TSubstitutionKinds

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

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

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
NO_SUBSTITUTION
The 'No Substitution' literal value
  1. static
  2. TSubstitutionKinds
NO_SUBSTITUTION_LITERAL
The 'No Substitution' literal object
  1. static
  2. int
SELECT_USER_IF_PRESENT
The 'Select User If Present' literal value
  1. static
  2. TSubstitutionKinds
SELECT_USER_IF_PRESENT_LITERAL
The 'Select User If Present' literal object
  1. static
  2. int
SUBSTITUTE_USER_IF_ABSENT
The 'Substitute User If Absent' literal value
  1. static
  2. TSubstitutionKinds
SUBSTITUTE_USER_IF_ABSENT_LITERAL
The 'Substitute User If Absent' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TSubstitution Kinds' enumerators

Method Summary

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

NO_SUBSTITUTION

  1. public static final int NO_SUBSTITUTION
The 'No Substitution' literal value.

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

See Also:

SUBSTITUTE_USER_IF_ABSENT

  1. public static final int SUBSTITUTE_USER_IF_ABSENT
The 'Substitute User If Absent' literal value.

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

See Also:

SELECT_USER_IF_PRESENT

  1. public static final int SELECT_USER_IF_PRESENT
The 'Select User If Present' literal value.

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

See Also:

NO_SUBSTITUTION_LITERAL

  1. public static final TSubstitutionKinds NO_SUBSTITUTION_LITERAL
The 'No Substitution' literal object.
See Also:

SUBSTITUTE_USER_IF_ABSENT_LITERAL

  1. public static final TSubstitutionKinds SUBSTITUTE_USER_IF_ABSENT_LITERAL
The 'Substitute User If Absent' literal object.
See Also:

SELECT_USER_IF_PRESENT_LITERAL

  1. public static final TSubstitutionKinds SELECT_USER_IF_PRESENT_LITERAL
The 'Select User If Present' literal object.
See Also:

VALUES

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

Method Detail

get

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

getByName

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

get

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