public enum GeneratorKind extends java.lang.Enum<GeneratorKind> implements org.eclipse.emf.common.util.Enumerator
SsmeCompPackage.getGeneratorKind()
Enum Constant and Description |
---|
CANSI_LITERAL
The 'CANSI' literal object
|
CPP_LITERAL
The 'CPP' literal object
|
JAVA_LITERAL
The 'Java' literal object
|
LUSTRE_LITERAL
The 'Lustre' literal object
|
PROFILING_LITERAL
The 'Profiling' literal object
|
SIGALI_LITERAL
The 'Sigali' literal object
|
SIGNAL_ABSTRACTION_LITERAL
The 'Signal Abstraction' literal object
|
SIGNAL_LIS_LITERAL
The 'Signal LIS' literal object
|
SIGNAL_LITERAL
The 'Signal' literal object
|
SIGNAL_TRA_LITERAL
The 'Signal TRA' literal object
|
SSME_LITERAL
The 'Ssme' literal object
|
SYNDEX_LITERAL
The 'Syndex' literal object
|
Modifier and Type | Field and Description |
---|---|
static int |
CANSI
The 'CANSI' literal value
|
static int |
CPP
The 'CPP' literal value
|
static int |
JAVA
The 'Java' literal value
|
static int |
LUSTRE
The 'Lustre' literal value
|
static int |
PROFILING
The 'Profiling' literal value
|
static int |
SIGALI
The 'Sigali' literal value
|
static int |
SIGNAL
The 'Signal' literal value
|
static int |
SIGNAL_ABSTRACTION
The 'Signal Abstraction' literal value
|
static int |
SIGNAL_LIS
The 'Signal LIS' literal value
|
static int |
SIGNAL_TRA
The 'Signal TRA' literal value
|
static int |
SME |
static int |
SSME
The 'Ssme' literal value
|
static int |
SYNDEX
The 'Syndex' literal value
|
static java.util.List<GeneratorKind> |
VALUES
A public read-only list of all the 'Generator Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static GeneratorKind |
get(int value)
Returns the 'Generator Kind' literal with the specified integer value
|
static GeneratorKind |
get(java.lang.String literal)
Returns the 'Generator Kind' literal with the specified literal value
|
static GeneratorKind |
getByName(java.lang.String name)
Returns the 'Generator 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 GeneratorKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratorKind SIGNAL_LITERAL
SIGNAL
public static final GeneratorKind SIGNAL_LIS_LITERAL
SIGNAL_LIS
public static final GeneratorKind SIGNAL_TRA_LITERAL
SIGNAL_TRA
public static final GeneratorKind SSME_LITERAL
SSME
public static final GeneratorKind SIGNAL_ABSTRACTION_LITERAL
SIGNAL_ABSTRACTION
public static final GeneratorKind SIGALI_LITERAL
SIGALI
public static final GeneratorKind CANSI_LITERAL
CANSI
public static final GeneratorKind CPP_LITERAL
CPP
public static final GeneratorKind JAVA_LITERAL
JAVA
public static final GeneratorKind PROFILING_LITERAL
PROFILING
public static final GeneratorKind LUSTRE_LITERAL
LUSTRE
public static final GeneratorKind SYNDEX_LITERAL
SYNDEX
public static final int SIGNAL
SIGNAL_LITERAL
,
Constant Field Valuespublic static final int SIGNAL_LIS
If the meaning of 'Signal LIS' literal object isn't clear, there really should be more of a description here...
SIGNAL_LIS_LITERAL
,
Constant Field Valuespublic static final int SIGNAL_TRA
If the meaning of 'Signal TRA' literal object isn't clear, there really should be more of a description here...
SIGNAL_TRA_LITERAL
,
Constant Field Valuespublic static final int SSME
SSME_LITERAL
,
Constant Field Valuespublic static final int SIGNAL_ABSTRACTION
SIGNAL_ABSTRACTION_LITERAL
,
Constant Field Valuespublic static final int SIGALI
SIGALI_LITERAL
,
Constant Field Valuespublic static final int CANSI
CANSI_LITERAL
,
Constant Field Valuespublic static final int CPP
CPP_LITERAL
,
Constant Field Valuespublic static final int JAVA
JAVA_LITERAL
,
Constant Field Valuespublic static final int PROFILING
PROFILING_LITERAL
,
Constant Field Valuespublic static final int LUSTRE
LUSTRE_LITERAL
,
Constant Field Valuespublic static final int SYNDEX
SYNDEX_LITERAL
,
Constant Field Valuespublic static final int SME
public static final java.util.List<GeneratorKind> VALUES
public static GeneratorKind[] values()
for (GeneratorKind c : GeneratorKind.values()) System.out.println(c);
public static GeneratorKind 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 GeneratorKind get(java.lang.String literal)
public static GeneratorKind getByName(java.lang.String name)
public static GeneratorKind 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<GeneratorKind>