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