helix.graph.model.impl
Class RString

java.lang.Object
  extended by helix.graph.model.impl.AbstractRegistryValue
      extended by helix.graph.model.impl.ImmutableRegistryValue
          extended by helix.graph.model.impl.RString
All Implemented Interfaces:
RegistryValue

public class RString
extends ImmutableRegistryValue


Constructor Summary
RString(String s)
           
 
Method Summary
 String toString()
          Get a String representation of this instance value note: this representation may not be suitable as the constructor argument, use serialize() instead.
 
Methods inherited from class helix.graph.model.impl.ImmutableRegistryValue
equals, hashCode, klone
 
Methods inherited from class helix.graph.model.impl.AbstractRegistryValue
serialize, toBoolean, toFloat, toInt
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RString

public RString(String s)
        throws IllegalValueException
Throws:
IllegalValueException
Method Detail

toString

public String toString()
Description copied from interface: RegistryValue
Get a String representation of this instance value note: this representation may not be suitable as the constructor argument, use serialize() instead.

Specified by:
toString in interface RegistryValue
Overrides:
toString in class Object
Returns:
String representation of this instance value