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