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