org.dxc.api.datatypes
Class StringValue

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

public class StringValue
extends Value

String Value type.


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

StringValue

public StringValue(String 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 String get()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object