|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.ejs.control.value.Value
org.opensourcephysics.ejs.control.value.BooleanValue
public class BooleanValue
A BooleanValue is a Value object that
holds a boolean value.
Value| Field Summary | |
|---|---|
boolean |
value
|
| Constructor Summary | |
|---|---|
BooleanValue(boolean _val)
Constructor BooleanValue |
|
| 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 org.opensourcephysics.ejs.control.value.Value |
|---|
cloneValue, copyValue, parseConstant, parseConstantOrArray, removeScapes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean value
| Constructor Detail |
|---|
public BooleanValue(boolean _val)
_val - | Method Detail |
|---|
public boolean getBoolean()
Value
getBoolean in class Valuepublic int getInteger()
Value
getInteger in class Valuepublic double getDouble()
Value
getDouble in class Valuepublic java.lang.String getString()
Value
getString in class Valuepublic java.lang.Object getObject()
Value
getObject in class Value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||