public enum FunctionalityKind extends java.lang.Enum<FunctionalityKind> implements org.eclipse.emf.common.util.Enumerator
SsmeCompPackage.getFunctionalityKind()
Enum Constant and Description |
---|
ABSTRACTION_LITERAL
The 'Abstraction' literal object
|
BOOLEAN2_EVENTS_LITERAL
The 'Boolean2 Events' literal object
|
CLOCK_CALCULUS_LITERAL
The 'Clock Calculus' literal object
|
CLUSTERING_LITERAL
The 'Clustering' literal object
|
EVENTS2_BOOLEAN_LITERAL
The 'Events2 Boolean' literal object
|
FLATTENING_LITERAL
The 'Flattening' literal object
|
RETIMING_LITERAL
The 'Retiming' literal object
|
SEQUENTIALIZING_LITERAL
The 'Sequentializing' literal object
|
SIGNAL_UNIFICATIONS_LITERAL
The 'Signal Unifications' literal object
|
Modifier and Type | Field and Description |
---|---|
static int |
ABSTRACTION
The 'Abstraction' literal value
|
static int |
BOOLEAN2_EVENTS
The 'Boolean2 Events' literal value
|
static int |
CLOCK_CALCULUS
The 'Clock Calculus' literal value
|
static int |
CLUSTERING
The 'Clustering' literal value
|
static int |
EVENTS2_BOOLEAN
The 'Events2 Boolean' literal value
|
static int |
FLATTENING
The 'Flattening' literal value
|
static int |
RETIMING
The 'Retiming' literal value
|
static int |
SEQUENTIALIZING
The 'Sequentializing' literal value
|
static int |
SIGNAL_UNIFICATIONS
The 'Signal Unifications' literal value
|
static java.util.List<FunctionalityKind> |
VALUES
A public read-only list of all the 'Functionality Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static FunctionalityKind |
get(int value)
Returns the 'Functionality Kind' literal with the specified integer value
|
static FunctionalityKind |
get(java.lang.String literal)
Returns the 'Functionality Kind' literal with the specified literal value
|
static FunctionalityKind |
getByName(java.lang.String name)
Returns the 'Functionality Kind' literal with the specified name
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static FunctionalityKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionalityKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionalityKind RETIMING_LITERAL
RETIMING
public static final FunctionalityKind BOOLEAN2_EVENTS_LITERAL
BOOLEAN2_EVENTS
public static final FunctionalityKind SIGNAL_UNIFICATIONS_LITERAL
SIGNAL_UNIFICATIONS
public static final FunctionalityKind CLOCK_CALCULUS_LITERAL
CLOCK_CALCULUS
public static final FunctionalityKind EVENTS2_BOOLEAN_LITERAL
EVENTS2_BOOLEAN
public static final FunctionalityKind ABSTRACTION_LITERAL
ABSTRACTION
public static final FunctionalityKind CLUSTERING_LITERAL
CLUSTERING
public static final FunctionalityKind SEQUENTIALIZING_LITERAL
SEQUENTIALIZING
public static final FunctionalityKind FLATTENING_LITERAL
FLATTENING
public static final int RETIMING
RETIMING_LITERAL
,
Constant Field Valuespublic static final int BOOLEAN2_EVENTS
BOOLEAN2_EVENTS_LITERAL
,
Constant Field Valuespublic static final int SIGNAL_UNIFICATIONS
SIGNAL_UNIFICATIONS_LITERAL
,
Constant Field Valuespublic static final int CLOCK_CALCULUS
CLOCK_CALCULUS_LITERAL
,
Constant Field Valuespublic static final int EVENTS2_BOOLEAN
EVENTS2_BOOLEAN_LITERAL
,
Constant Field Valuespublic static final int ABSTRACTION
ABSTRACTION_LITERAL
,
Constant Field Valuespublic static final int CLUSTERING
CLUSTERING_LITERAL
,
Constant Field Valuespublic static final int SEQUENTIALIZING
SEQUENTIALIZING_LITERAL
,
Constant Field Valuespublic static final int FLATTENING
FLATTENING_LITERAL
,
Constant Field Valuespublic static final java.util.List<FunctionalityKind> VALUES
public static FunctionalityKind[] values()
for (FunctionalityKind c : FunctionalityKind.values()) System.out.println(c);
public static FunctionalityKind 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 FunctionalityKind get(java.lang.String literal)
public static FunctionalityKind getByName(java.lang.String name)
public static FunctionalityKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<FunctionalityKind>