public interface IntegerTypeInstance extends DataTypeInstance
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
IntegerType |
getIntegerTypeType()
Returns the value of the 'Integer Type Type' reference.
|
int |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setIntegerTypeType(IntegerType value)
Sets the value of the '
Integer Type Type' reference. |
void |
setValue(int value)
Sets the value of the '
Value' attribute. |
compareTo, copy, deserializeFromJSON, deserializeFromXML, getBelongsTo, getDataTypeType, getIdOfOrigin, getTypeId, getValueAsObject, parse, serializeToJSON, serializeToXML, setBelongsTo, setDataTypeType, setIdOfOrigin, setTypeId, setValueFromStringgetInstanceId, getInstancenumber, setInstanceId, setInstancenumberint getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(int),
SofiaInstancePackage.getIntegerTypeInstance_Value()void setValue(int value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()IntegerType getIntegerTypeType()
If the meaning of the 'Integer Type Type' reference isn't clear, there really should be more of a description here...
setIntegerTypeType(IntegerType),
SofiaInstancePackage.getIntegerTypeInstance_IntegerTypeType()void setIntegerTypeType(IntegerType value)
Integer Type Type' reference.
value - the new value of the 'Integer Type Type' reference.getIntegerTypeType()Copyright © 2018. All rights reserved.