com.ibm.wbit.tel

Class TInterfaceKinds

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

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

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
INBOUND
The 'Inbound' literal value
  1. static
  2. TInterfaceKinds
INBOUND_LITERAL
The 'Inbound' literal object
  1. static
  2. int
INTERNAL
The 'Internal' literal value
  1. static
  2. TInterfaceKinds
INTERNAL_LITERAL
The 'Internal' literal object
  1. static
  2. int
OUTBOUND
The 'Outbound' literal value
  1. static
  2. TInterfaceKinds
OUTBOUND_LITERAL
The 'Outbound' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TInterface Kinds' enumerators

Method Summary

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

  1. public static final java.lang.String COPYRIGHT
See Also:

INBOUND

  1. public static final int INBOUND
The 'Inbound' literal value.
See Also:

INTERNAL

  1. public static final int INTERNAL
The 'Internal' literal value.
See Also:

OUTBOUND

  1. public static final int OUTBOUND
The 'Outbound' literal value.
See Also:

INBOUND_LITERAL

  1. public static final TInterfaceKinds INBOUND_LITERAL
The 'Inbound' literal object.

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

See Also:

INTERNAL_LITERAL

  1. public static final TInterfaceKinds INTERNAL_LITERAL
The 'Internal' literal object.

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

See Also:

OUTBOUND_LITERAL

  1. public static final TInterfaceKinds OUTBOUND_LITERAL
The 'Outbound' literal object.

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

See Also:

VALUES

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

Method Detail

get

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

getByName

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

get

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