public final class TContextAuthorizationForOwner
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTContextAuthorizationForOwner()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
NONE
The 'None' literal value
|
static TContextAuthorizationForOwner |
NONE_LITERAL
The 'None' literal object
|
static int |
READER
The 'Reader' literal value
|
static TContextAuthorizationForOwner |
READER_LITERAL
The 'Reader' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TContext Authorization For Owner' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TContextAuthorizationForOwner |
get(int value)
Returns the 'TContext Authorization For Owner' literal with the specified integer value
|
static TContextAuthorizationForOwner |
get(java.lang.String literal)
Returns the 'TContext Authorization For Owner' literal with the specified literal value
|
static TContextAuthorizationForOwner |
getByName(java.lang.String name)
Returns the 'TContext Authorization For Owner' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int READER
READER_LITERAL
,
Constant Field Valuespublic static final TContextAuthorizationForOwner NONE_LITERAL
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE
public static final TContextAuthorizationForOwner READER_LITERAL
If the meaning of 'Reader' literal object isn't clear, there really should be more of a description here...
READER
public static final java.util.List VALUES
public static TContextAuthorizationForOwner get(java.lang.String literal)
public static TContextAuthorizationForOwner getByName(java.lang.String name)
public static TContextAuthorizationForOwner get(int value)