public interface UserDefinedType extends Type
The following features are supported:
MemoryPackage.getUserDefinedType()| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
TypeDefinition |
getType()
Returns the value of the 'Type' reference.
|
void |
setIndex(int value)
Sets the value of the '
Index' attribute. |
void |
setType(TypeDefinition value)
Sets the value of the '
Type' reference. |
TypeDefinition getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(TypeDefinition),
MemoryPackage.getUserDefinedType_Type()void setType(TypeDefinition value)
Type' reference.
value - the new value of the 'Type' reference.getType()int getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int),
MemoryPackage.getUserDefinedType_Index()void setIndex(int value)
Index' attribute.
value - the new value of the 'Index' attribute.getIndex()