|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.dxc.api.datatypes.Value
org.dxc.api.datatypes.BoolValue
public class BoolValue
Boolean Value type.
Constructor Summary | |
---|---|
BoolValue(boolean value)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
boolean |
get()
|
int |
hashCode()
|
OutputStream |
put(OutputStream os)
Print the value to an output stream. |
Methods inherited from class org.dxc.api.datatypes.Value |
---|
toString, v, v, v, v |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BoolValue(boolean value)
Method Detail |
---|
public boolean get()
public OutputStream put(OutputStream os)
Value
put
in class Value
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |