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