com.ibm.wbit.tel
Class TDurationConstants
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TDurationConstants
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class TDurationConstants
- extends org.eclipse.emf.common.util.AbstractEnumerator
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
copyright
|
|
DURATIONINFINITE
The 'DURATIONINFINITE' literal value
|
|
DURATIONINFINITE_LITERAL
The 'DURATIONINFINITE' literal object
|
|
DURATIONZERO
The 'DURATIONZERO' literal value
|
|
DURATIONZERO_LITERAL
The 'DURATIONZERO' literal object
|
|
VALUES
A public read-only list of all the 'TDuration Constants' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TDuration Constants' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TDuration Constants' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'TDuration Constants' 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
DURATIONZERO
- public static final int DURATIONZERO
See Also:
DURATIONINFINITE
- public static final int DURATIONINFINITE
The 'DURATIONINFINITE' literal value.
If the meaning of 'DURATIONINFINITE' literal object isn't clear, there really should be more of a description here...
See Also:
DURATIONZERO_LITERAL
- public static final TDurationConstants DURATIONZERO_LITERAL
The 'DURATIONZERO' literal object.
See Also:
DURATIONINFINITE_LITERAL
- public static final TDurationConstants DURATIONINFINITE_LITERAL
The 'DURATIONINFINITE' literal object.
See Also:
copyright
- public static final java.lang.String copyright
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'TDuration Constants' enumerators.
Method Detail
get
- public static TDurationConstants get( java.lang.String literal)
Returns the 'TDuration Constants' literal with the specified literal value.
getByName
- public static TDurationConstants getByName( java.lang.String name)
Returns the 'TDuration Constants' literal with the specified name.
get
- public static TDurationConstants get( int value)
Returns the 'TDuration Constants' literal with the specified integer value.
If the meaning of 'DURATIONZERO' literal object isn't clear, there really should be more of a description here...