public enum ExecutionPermission extends Enum<ExecutionPermission> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
DELAYED
The 'Delayed' literal object.
|
DENIED
The 'Denied' literal object.
|
GRANTED
The 'Granted' literal object.
|
SYNCHRONIZED
The 'Synchronized' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DELAYED_VALUE
The 'Delayed' literal value.
|
static int |
DENIED_VALUE
The 'Denied' literal value.
|
static int |
GRANTED_VALUE
The 'Granted' literal value.
|
static int |
SYNCHRONIZED_VALUE
The 'Synchronized' literal value.
|
static List<ExecutionPermission> |
VALUES
A public read-only list of all the 'Execution Permission' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionPermission |
get(int value)
Returns the 'Execution Permission' literal with the specified integer value.
|
static ExecutionPermission |
get(String literal)
Returns the 'Execution Permission' literal with the specified literal value.
|
static ExecutionPermission |
getByName(String name)
Returns the 'Execution Permission' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static ExecutionPermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionPermission DELAYED
DELAYED_VALUEpublic static final ExecutionPermission DENIED
DENIED_VALUEpublic static final ExecutionPermission GRANTED
GRANTED_VALUEpublic static final ExecutionPermission SYNCHRONIZED
SYNCHRONIZED_VALUEpublic static final int DELAYED_VALUE
If the meaning of 'Delayed' literal object isn't clear, there really should be more of a description here...
DELAYED,
Constant Field Valuespublic static final int DENIED_VALUE
If the meaning of 'Denied' literal object isn't clear, there really should be more of a description here...
DENIED,
Constant Field Valuespublic static final int GRANTED_VALUE
If the meaning of 'Granted' literal object isn't clear, there really should be more of a description here...
GRANTED,
Constant Field Valuespublic static final int SYNCHRONIZED_VALUE
If the meaning of 'Synchronized' literal object isn't clear, there really should be more of a description here...
SYNCHRONIZED,
Constant Field Valuespublic static final List<ExecutionPermission> VALUES
public static ExecutionPermission[] values()
for (ExecutionPermission c : ExecutionPermission.values()) System.out.println(c);
public static ExecutionPermission valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ExecutionPermission get(String literal)
literal - the literal.null.public static ExecutionPermission getByName(String name)
name - the name.null.public static ExecutionPermission get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<ExecutionPermission>Copyright © 2018. All rights reserved.