public interface OrderedType extends BaseScalarType
The following features are supported:
MemoryPackage.getOrderedType()
Modifier and Type | Method and Description |
---|---|
ByteOrder |
getOrder()
Returns the value of the 'Order' attribute.
|
void |
setOrder(ByteOrder value)
Sets the value of the '
Order ' attribute. |
getIndex, setIndex
ByteOrder getOrder()
"BIG_ENDIAN"
.
The literals are from the enumeration ByteOrder
.
If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
ByteOrder
,
setOrder(ByteOrder)
,
MemoryPackage.getOrderedType_Order()
void setOrder(ByteOrder value)
Order
' attribute.
value
- the new value of the 'Order' attribute.ByteOrder
,
getOrder()