public interface DoubleTypeInstance extends DataTypeInstance
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DoubleType |
getDoubleTypeType()
Returns the value of the 'Double Type Type' reference.
|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setDoubleTypeType(DoubleType value)
Sets the value of the '
Double Type Type' reference. |
void |
setValue(double 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, setInstancenumberdouble getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(double),
SofiaInstancePackage.getDoubleTypeInstance_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()DoubleType getDoubleTypeType()
If the meaning of the 'Double Type Type' reference isn't clear, there really should be more of a description here...
setDoubleTypeType(DoubleType),
SofiaInstancePackage.getDoubleTypeInstance_DoubleTypeType()void setDoubleTypeType(DoubleType value)
Double Type Type' reference.
value - the new value of the 'Double Type Type' reference.getDoubleTypeType()Copyright © 2018. All rights reserved.