|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumericValue
A representation of the model object 'Numeric Value'.
This interface is one of the FlatValue
representation for the possible answers to a prompt. The object modelizes the values of type Numeric.
To instantiate a value of type Numeric for an answer to a prompt, you can use:
The following features are supported:
Method Summary | |
---|---|
double |
getValue()
Returns the value of the 'Value' attribute. |
void |
setValue(double value)
Sets the value of the ' Value ' attribute. |
Method Detail |
---|
double getValue()
This is the value of type Numeric used as prompt answer.
setValue(double)
void setValue(double value)
Value
' attribute.
This is the value of type Numeric used as prompt answer.
value
- the new value of the 'Value' attribute.getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |