public interface FloatValueType extends AttributeValueType
The following features are supported:
CatalogPackage.getFloatValueType()
Modifier and Type | Method and Description |
---|---|
float |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isSetValue()
Returns whether the value of the '
Value ' attribute is set. |
void |
setValue(float value)
Sets the value of the '
Value ' attribute. |
void |
unsetValue()
Unsets the value of the '
Value ' attribute. |
float getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
isSetValue()
,
unsetValue()
,
setValue(float)
,
CatalogPackage.getFloatValueType_Value()
void setValue(float value)
Value
' attribute.
value
- the new value of the 'Value' attribute.isSetValue()
,
unsetValue()
,
getValue()
void unsetValue()
Value
' attribute.
isSetValue()
,
getValue()
,
setValue(float)
boolean isSetValue()
Value
' attribute is set.
unsetValue()
,
getValue()
,
setValue(float)