public interface INumberDataElement extends IDataElement
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(double value)
Sets the value of the '
Value'
attribute. |
double getValue()
setValue(double)void setValue(double value)
Value'
attribute. value - the new value of the 'Value' attribute.getValue()Copyright © 2005-2008 Actuate Corp. All rights reserved.