com.ibm.wbit.tel
Class TInterfaceKinds
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TInterfaceKinds
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class TInterfaceKinds
- extends org.eclipse.emf.common.util.AbstractEnumerator
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
INBOUND
The 'Inbound' literal value
|
|
INBOUND_LITERAL
The 'Inbound' literal object
|
|
INTERNAL
The 'Internal' literal value
|
|
INTERNAL_LITERAL
The 'Internal' literal object
|
|
OUTBOUND
The 'Outbound' literal value
|
|
OUTBOUND_LITERAL
The 'Outbound' literal object
|
|
VALUES
A public read-only list of all the 'TInterface Kinds' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TInterface Kinds' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TInterface Kinds' literal with the specified literal value
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
INBOUND
- public static final int INBOUND
The 'Inbound' literal value.
See Also:
INTERNAL
- public static final int INTERNAL
The 'Internal' literal value.
See Also:
OUTBOUND
- public static final int OUTBOUND
The 'Outbound' literal value.
See Also:
INBOUND_LITERAL
- 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
- 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
- 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
- public static final java.util.List VALUES
A public read-only list of all the 'TInterface Kinds' enumerators.
Method Detail
get
- public static TInterfaceKinds get( java.lang.String literal)
Returns the 'TInterface Kinds' literal with the specified literal value.
getByName
- public static TInterfaceKinds getByName( java.lang.String name)
Returns the 'TInterface Kinds' literal with the specified name.
get
- public static TInterfaceKinds get( int value)
Returns the 'TInterface Kinds' literal with the specified integer value.