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