|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdc.services.getset.GetSetData
public class GetSetData
Private data for the getters and setters.
Field Summary | |
---|---|
java.util.HashSet<org.mozilla.javascript.Callable> |
getters
|
java.util.HashSet<org.mozilla.javascript.Callable> |
setters
|
Constructor Summary | |
---|---|
GetSetData()
|
Method Summary | |
---|---|
static GetSetData |
getData(xdc.services.intern.xsr.Value.Observable obj,
java.lang.Object mbr)
Get the private data associated with a field of an object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.HashSet<org.mozilla.javascript.Callable> getters
public java.util.HashSet<org.mozilla.javascript.Callable> setters
Constructor Detail |
---|
public GetSetData()
Method Detail |
---|
public static GetSetData getData(xdc.services.intern.xsr.Value.Observable obj, java.lang.Object mbr)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |