org.opensourcephysics.ejs.control.value
Class ObjectValue
java.lang.Object
org.opensourcephysics.ejs.control.value.Value
org.opensourcephysics.ejs.control.value.ObjectValue
public class ObjectValue
- extends Value
- See Also:
Value
Field Summary |
java.lang.Object |
value
|
Method Summary |
boolean |
getBoolean()
Returns the value of the variable as a boolean |
double |
getDouble()
Returns the value of the variable as a double |
int |
getInteger()
Returns the value of the variable as an int |
java.lang.Object |
getObject()
Returns the value of the variable as an Object. |
java.lang.String |
getString()
Returns the value of the variable as a String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
public java.lang.Object value
ObjectValue
public ObjectValue(java.lang.Object _val)
getBoolean
public boolean getBoolean()
- Description copied from class:
Value
- Returns the value of the variable as a boolean
- Specified by:
getBoolean
in class Value
getInteger
public int getInteger()
- Description copied from class:
Value
- Returns the value of the variable as an int
- Specified by:
getInteger
in class Value
getDouble
public double getDouble()
- Description copied from class:
Value
- Returns the value of the variable as a double
- Specified by:
getDouble
in class Value
getString
public java.lang.String getString()
- Description copied from class:
Value
- Returns the value of the variable as a String
- Specified by:
getString
in class Value
getObject
public java.lang.Object getObject()
- Description copied from class:
Value
- Returns the value of the variable as an Object. Ideal for arrays!
- Specified by:
getObject
in class Value