|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.runtime.impl.BackFillHolder
public class BackFillHolder
Holder used to collect forward references to a particular object. The references are processed when the object is defined.
Field Summary | |
---|---|
private java.lang.String |
m_class
Expected class name of tracked object. |
private java.util.ArrayList |
m_list
List of references to this object. |
Constructor Summary | |
---|---|
BackFillHolder(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
void |
addBackFill(BackFillReference ref)
Add forward reference to tracked object. |
void |
defineValue(java.lang.Object obj)
Define referenced object. |
java.lang.String |
getExpectedClass()
Get expected class name of referenced object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String m_class
private java.util.ArrayList m_list
Constructor Detail |
---|
public BackFillHolder(java.lang.String name)
name
- expected class name of tracked objectMethod Detail |
---|
public void addBackFill(BackFillReference ref)
ref
- backfill reference itempublic void defineValue(java.lang.Object obj)
obj
- referenced objectpublic java.lang.String getExpectedClass()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |