public interface BaseScalarType extends ScalarType
The following features are supported:
MemoryPackage.getBaseScalarType()
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
void |
setIndex(int value)
Sets the value of the '
Index ' attribute. |
int getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int)
,
MemoryPackage.getBaseScalarType_Index()
void setIndex(int value)
Index
' attribute.
value
- the new value of the 'Index' attribute.getIndex()