public enum ExclusiveClockLevelKind extends java.lang.Enum<ExclusiveClockLevelKind> implements org.eclipse.emf.common.util.Enumerator
Enum Constant and Description |
---|
ACTION_P_LITERAL |
ALL_CLOCKS_LITERAL |
ONLY_SIGNAL_CLOCKS_LITERAL |
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_P |
static int |
ALL_CLOCKS |
static int |
ONLY_SIGNAL_CLOCKS |
static java.util.List<ExclusiveClockLevelKind> |
VALUES |
Modifier and Type | Method and Description |
---|---|
static ExclusiveClockLevelKind |
get(int value) |
static ExclusiveClockLevelKind |
get(java.lang.String literal) |
static ExclusiveClockLevelKind |
getByName(java.lang.String name) |
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
static ExclusiveClockLevelKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExclusiveClockLevelKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExclusiveClockLevelKind ONLY_SIGNAL_CLOCKS_LITERAL
public static final ExclusiveClockLevelKind ACTION_P_LITERAL
public static final ExclusiveClockLevelKind ALL_CLOCKS_LITERAL
public static final int ONLY_SIGNAL_CLOCKS
public static final int ACTION_P
public static final int ALL_CLOCKS
public static final java.util.List<ExclusiveClockLevelKind> VALUES
public static ExclusiveClockLevelKind[] values()
for (ExclusiveClockLevelKind c : ExclusiveClockLevelKind.values()) System.out.println(c);
public static ExclusiveClockLevelKind 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 ExclusiveClockLevelKind get(java.lang.String literal)
public static ExclusiveClockLevelKind getByName(java.lang.String name)
public static ExclusiveClockLevelKind 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