Package | Description |
---|---|
fr.inria.tea.ssme.compilation | |
fr.inria.tea.ssme.compilation.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<GeneratorKind> |
GeneratorKind.VALUES
A public read-only list of all the 'Generator Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static GeneratorKind |
GeneratorKind.get(int value)
Returns the 'Generator Kind' literal with the specified integer value
|
static GeneratorKind |
GeneratorKind.get(java.lang.String literal)
Returns the 'Generator Kind' literal with the specified literal value
|
static GeneratorKind |
GeneratorKind.getByName(java.lang.String name)
Returns the 'Generator Kind' literal with the specified name
|
GeneratorKind |
Generator.getKind()
Returns the value of the 'Kind' attribute.
|
static GeneratorKind |
GeneratorKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorKind[] |
GeneratorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Generator.setKind(GeneratorKind value)
Sets the value of the '
Kind ' attribute |
Modifier and Type | Method and Description |
---|---|
GeneratorKind |
SsmeCompFactoryImpl.createGeneratorKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
GeneratorKind |
GeneratorImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorImpl.setKind(GeneratorKind newKind) |