public enum EndEventHandlingEnum extends Enum<EndEventHandlingEnum> implements org.eclipse.emf.common.util.Enumerator
BlipDSLPackage.getEndEventHandlingEnum()| Enum Constant and Description |
|---|
ENDS_TOKEN_PATH
The 'ENDS TOKEN PATH' literal object.
|
TERMINATES_PROCESS
The 'TERMINATES PROCESS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ENDS_TOKEN_PATH_VALUE
The 'ENDS TOKEN PATH' literal value.
|
static int |
TERMINATES_PROCESS_VALUE
The 'TERMINATES PROCESS' literal value.
|
static List<EndEventHandlingEnum> |
VALUES
A public read-only list of all the 'End Event Handling Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EndEventHandlingEnum |
get(int value)
Returns the 'End Event Handling Enum' literal with the specified integer value.
|
static EndEventHandlingEnum |
get(String literal)
Returns the 'End Event Handling Enum' literal with the specified literal value.
|
static EndEventHandlingEnum |
getByName(String name)
Returns the 'End Event Handling Enum' 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 EndEventHandlingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndEventHandlingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndEventHandlingEnum TERMINATES_PROCESS
TERMINATES_PROCESS_VALUEpublic static final EndEventHandlingEnum ENDS_TOKEN_PATH
ENDS_TOKEN_PATH_VALUEpublic static final int TERMINATES_PROCESS_VALUE
If the meaning of 'TERMINATES PROCESS' literal object isn't clear, there really should be more of a description here...
TERMINATES_PROCESS,
Constant Field Valuespublic static final int ENDS_TOKEN_PATH_VALUE
If the meaning of 'ENDS TOKEN PATH' literal object isn't clear, there really should be more of a description here...
ENDS_TOKEN_PATH,
Constant Field Valuespublic static final List<EndEventHandlingEnum> VALUES
public static EndEventHandlingEnum[] values()
for (EndEventHandlingEnum c : EndEventHandlingEnum.values()) System.out.println(c);
public static EndEventHandlingEnum 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 EndEventHandlingEnum get(String literal)
literal - the literal.null.public static EndEventHandlingEnum getByName(String name)
name - the name.null.public static EndEventHandlingEnum 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<EndEventHandlingEnum>Copyright © 2011,2025 Loetz GmbH&Co.KG (69115 Heidelberg, Germany), Eclipse OSBP Project