helix.graph.model.impl
Class RBoolean

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

public class RBoolean
extends ImmutableRegistryValue


Constructor Summary
RBoolean(boolean b)
           
RBoolean(Boolean b)
           
RBoolean(String s)
           
 
Method Summary
 boolean booleanValue()
           
 float floatValue()
           
 int intValue()
           
 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

RBoolean

public RBoolean(boolean b)

RBoolean

public RBoolean(Boolean b)

RBoolean

public RBoolean(String s)
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

intValue

public int intValue()

floatValue

public float floatValue()

booleanValue

public boolean booleanValue()