|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.model.impl.RObject
public class RObject
a memory implementation of a RegistryValue to hold any Object !! please use scarcely !!! note: this can be used for weak references too
Constructor Summary | |
---|---|
RObject(Object o)
|
Method Summary | |
---|---|
Object |
get()
|
RegistryValue |
klone()
Potentially clone this instance. |
String |
serialize()
get a String representation of this instance. |
Object |
set(Object o)
|
boolean |
toBoolean()
|
float |
toFloat()
|
int |
toInt()
|
String |
toString()
a human readable version of toString() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RObject(Object o) throws IllegalValueException
IllegalValueException
Method Detail |
---|
public RegistryValue klone()
RegistryValue
klone
in interface RegistryValue
public String serialize()
RegistryValue
serialize
in interface RegistryValue
public boolean toBoolean() throws IllegalValueException
toBoolean
in interface RegistryValue
IllegalValueException
public float toFloat() throws IllegalValueException
toFloat
in interface RegistryValue
IllegalValueException
public int toInt() throws IllegalValueException
toInt
in interface RegistryValue
IllegalValueException
public Object get()
public Object set(Object o)
public String toString()
toString
in interface RegistryValue
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |