public interface BigNumberDataElement extends DataElement
The following features are supported:
DataPackage.getBigNumberDataElement()
Modifier and Type | Method and Description |
---|---|
BigNumberDataElement |
copyInstance() |
java.math.BigDecimal |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(java.math.BigDecimal value)
Sets the value of the '
Value ' attribute. |
java.math.BigDecimal getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(BigDecimal)
,
DataPackage.getBigNumberDataElement_Value()
void setValue(java.math.BigDecimal value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
BigNumberDataElement copyInstance()
copyInstance
in interface DataElement
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.