|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
BackFillHolder(String name)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addBackFill(BackFillReference ref)
Add forward reference to tracked object. |
void |
defineValue(Object obj)
Define referenced object. |
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 |
| Constructor Detail |
|---|
public BackFillHolder(String name)
name - expected class name of tracked object| Method Detail |
|---|
public void addBackFill(BackFillReference ref)
ref - backfill reference itempublic void defineValue(Object obj)
obj - referenced objectpublic String getExpectedClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||