org.dxc.api.datatypes
Class IntegerValue

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

public class IntegerValue
extends Value

Integer (int) Value type.


Constructor Summary
IntegerValue(int value)
           
 
Method Summary
 boolean equals(Object o)
           
 int 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

IntegerValue

public IntegerValue(int value)
Method Detail

put

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

Specified by:
put in class Value

get

public int get()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object