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