|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.commons.util.io.json.JsonReference
public class JsonReference
JSON wrapper for a reference to an object.
A reference is used by the code generator to generate an object name instead of a value. It corresponds to the name of an object defined elsewehere in the JavaScript context.
Constructor Summary | |
---|---|
JsonReference()
|
|
JsonReference(java.lang.String ref)
|
Method Summary | |
---|---|
java.lang.String |
getRef()
|
void |
setRef(java.lang.String ref)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonReference()
public JsonReference(java.lang.String ref)
Method Detail |
---|
public java.lang.String getRef()
public void setRef(java.lang.String ref)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |