|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.binding.def.NestedCollection.CollectionStore
org.jibx.binding.def.NestedCollection.AddStore
static class NestedCollection.AddStore
Collection item store strategy for collection with add method.
Field Summary | |
---|---|
private ClassItem |
m_addMethod
Method used to add item to collection. |
private boolean |
m_isReturned
Flag for method returns result. |
Constructor Summary | |
---|---|
NestedCollection.AddStore(ClassItem add,
boolean ret)
Constructor. |
Method Summary | |
---|---|
protected void |
genStoreItem(ContextMethodBuilder mb)
Generate code to store next item to collection. |
Methods inherited from class org.jibx.binding.def.NestedCollection.CollectionStore |
---|
genStoreDone, genStoreInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ClassItem m_addMethod
private final boolean m_isReturned
Constructor Detail |
---|
NestedCollection.AddStore(ClassItem add, boolean ret)
add
- method used to add item to collectionret
- value returned by add flagMethod Detail |
---|
protected void genStoreItem(ContextMethodBuilder mb) throws JiBXException
NestedCollection.CollectionStore
NestedCollection.CollectionStore.genStoreInit(org.jibx.binding.classes.ContextMethodBuilder)
method must be called
before calling this method, and the NestedCollection.CollectionStore.genStoreDone(org.jibx.binding.classes.ContextMethodBuilder)
method must
be called after the last call to this method. This method must be
overridden by each subclass.
genStoreItem
in class NestedCollection.CollectionStore
mb
- method builder
JiBXException
- if error in configuration
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |