Enum Constant and Description |
---|
ACTION_LITERAL |
ACTION_P_LITERAL |
FUNCTION_LITERAL |
FUNCTION_P_LITERAL |
L_MODULE_LITERAL |
MODULE_LITERAL |
NODE_LITERAL |
NODE_P_LITERAL |
PROCESS_LITERAL |
PROCESS_P_LITERAL |
Modifier and Type | Field and Description |
---|---|
static int |
ACTION |
static int |
ACTION_P |
static int |
FUNCTION |
static int |
FUNCTION_P |
static int |
L_MODULE |
static int |
MODULE |
static int |
NODE |
static int |
NODE_P |
static int |
PROCESS |
static int |
PROCESS_P |
static java.util.List<ModelKind> |
VALUES |
Modifier and Type | Method and Description |
---|---|
static ModelKind |
get(int value) |
static ModelKind |
get(java.lang.String literal) |
static ModelKind |
getByName(java.lang.String name) |
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
static ModelKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelKind ACTION_LITERAL
public static final ModelKind ACTION_P_LITERAL
public static final ModelKind FUNCTION_LITERAL
public static final ModelKind FUNCTION_P_LITERAL
public static final ModelKind NODE_LITERAL
public static final ModelKind NODE_P_LITERAL
public static final ModelKind PROCESS_LITERAL
public static final ModelKind PROCESS_P_LITERAL
public static final ModelKind MODULE_LITERAL
public static final ModelKind L_MODULE_LITERAL
public static final int ACTION
public static final int ACTION_P
public static final int FUNCTION
public static final int FUNCTION_P
public static final int NODE
public static final int NODE_P
public static final int PROCESS
public static final int PROCESS_P
public static final int MODULE
public static final int L_MODULE
public static final java.util.List<ModelKind> VALUES
public static ModelKind[] values()
for (ModelKind c : ModelKind.values()) System.out.println(c);
public static ModelKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ModelKind get(java.lang.String literal)
public static ModelKind getByName(java.lang.String name)
public static ModelKind get(int value)
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator