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