org.dxc.api.datatypes
Class BoolValue

Object
  extended by org.dxc.api.datatypes.Value
      extended by org.dxc.api.datatypes.BoolValue

public class BoolValue
extends Value

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

BoolValue

public BoolValue(boolean value)
Method Detail

get

public boolean get()

put

public OutputStream put(OutputStream os)
Description copied from class: Value
Print the value to an output stream.

Specified by:
put in class Value

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object