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