public final class TInheritedAuthorization
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTInheritedAuthorization()
Modifier and Type | Field and Description |
---|---|
static int |
ADMINISTRATOR
The 'Administrator' literal value
|
static TInheritedAuthorization |
ADMINISTRATOR_LITERAL
The 'Administrator' literal object
|
static int |
ALL
The 'All' literal value
|
static TInheritedAuthorization |
ALL_LITERAL
The 'All' literal object
|
static int |
NONE
The 'None' literal value
|
static TInheritedAuthorization |
NONE_LITERAL
The 'None' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TInherited Authorization' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TInheritedAuthorization |
get(int value)
Returns the 'TInherited Authorization' literal with the specified integer value
|
static TInheritedAuthorization |
get(java.lang.String literal)
Returns the 'TInherited Authorization' literal with the specified literal value
|
static TInheritedAuthorization |
getByName(java.lang.String name)
Returns the 'TInherited Authorization' literal with the specified name
|
public static final int ALL
If the meaning of 'All' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL
,
Constant Field Valuespublic static final int ADMINISTRATOR
If the meaning of 'Administrator' literal object isn't clear, there really should be more of a description here...
ADMINISTRATOR_LITERAL
,
Constant Field Valuespublic static final int NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final TInheritedAuthorization ALL_LITERAL
ALL
public static final TInheritedAuthorization ADMINISTRATOR_LITERAL
ADMINISTRATOR
public static final TInheritedAuthorization NONE_LITERAL
NONE
public static final java.util.List VALUES
public static TInheritedAuthorization get(java.lang.String literal)
public static TInheritedAuthorization getByName(java.lang.String name)
public static TInheritedAuthorization get(int value)