helix.graph.model.impl
Class RBoolean
java.lang.Object
helix.graph.model.impl.AbstractRegistryValue
helix.graph.model.impl.ImmutableRegistryValue
helix.graph.model.impl.RBoolean
- All Implemented Interfaces:
- RegistryValue
public class RBoolean
- extends ImmutableRegistryValue
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. |
RBoolean
public RBoolean(boolean b)
RBoolean
public RBoolean(Boolean b)
RBoolean
public RBoolean(String s)
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()