|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.value.Number
public class Number
Number data type, for consistency in passing Number values to and from ActionScript. Value of the Number is stored as a double.
| Constructor Summary | |
|---|---|
Number(double value)
Creates a new instance of Number, with the given value. |
|
| Method Summary | |
|---|---|
double |
getValue()
Gets the value of the Number object. |
void |
setValue(double value)
Sets the value of the Number object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Number(double value)
value - value of the Number| Method Detail |
|---|
public double getValue()
public void setValue(double value)
value - new value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||