public interface NumberDataElement extends DataElement
The following features are supported:
DataPackage.getNumberDataElement()
Modifier and Type | Method and Description |
---|---|
NumberDataElement |
copyInstance() |
double |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isSetValue()
Returns whether the value of the '
Value ' attribute is set. |
void |
setValue(double value)
Sets the value of the '
Value ' attribute. |
void |
unsetValue()
Unsets the value of the '
Value ' attribute. |
double getValue()
isSetValue()
,
unsetValue()
,
setValue(double)
,
DataPackage.getNumberDataElement_Value()
void setValue(double value)
Value
' attribute.
value
- the new value of the 'Value' attribute.isSetValue()
,
unsetValue()
,
getValue()
void unsetValue()
Value
' attribute.
isSetValue()
,
getValue()
,
setValue(double)
boolean isSetValue()
Value
' attribute is set. unsetValue()
,
getValue()
,
setValue(double)
NumberDataElement copyInstance()
copyInstance
in interface DataElement
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.