|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.xml.XmlModelDecoder.CollectionToElementAssociation
private static final class XmlModelDecoder.CollectionToElementAssociation
CollectionToElementAssociation : utility class used to store the association between the collection in the DOM and its element. also used to store links to the parent/children that are created by value
Field Summary | |
---|---|
private PropertyCollection<?,?> |
collection
the created collection |
private org.w3c.dom.Element |
element
DOM element representing this collection and its values |
private java.lang.Long |
predecessor
collection ID of the parent class that will create this child by value. |
private java.util.List<XmlModelDecoder.PropertyToElementAssociation> |
successors
stores objects of type PropertyToElementAssociation that will be created by value as children of this collection |
private java.lang.Long |
uniqueID
unique ID of the collection in the DOM |
Constructor Summary | |
---|---|
XmlModelDecoder.CollectionToElementAssociation()
CollectionToElementAssociation Constructor |
Method Summary | |
---|---|
PropertyCollection<?,?> |
getCollection()
|
org.w3c.dom.Element |
getElement()
|
java.lang.Long |
getPredecessor()
|
java.util.List<XmlModelDecoder.PropertyToElementAssociation> |
getSuccessors()
|
java.lang.Long |
getUniqueID()
|
void |
setCollection(PropertyCollection<?,?> setCollection)
|
void |
setElement(org.w3c.dom.Element setElement)
|
void |
setPredecessor(java.lang.Long setPredecessor)
|
void |
setUniqueID(java.lang.Long setUniqueID)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PropertyCollection<?,?> collection
private java.lang.Long uniqueID
private org.w3c.dom.Element element
private java.lang.Long predecessor
private java.util.List<XmlModelDecoder.PropertyToElementAssociation> successors
Constructor Detail |
---|
public XmlModelDecoder.CollectionToElementAssociation()
Method Detail |
---|
public void setCollection(PropertyCollection<?,?> setCollection)
setCollection
- The collection to set.public PropertyCollection<?,?> getCollection()
public void setUniqueID(java.lang.Long setUniqueID)
setUniqueID
- The uniqueID to set.public java.lang.Long getUniqueID()
public void setElement(org.w3c.dom.Element setElement)
setElement
- The element to set.public org.w3c.dom.Element getElement()
public void setPredecessor(java.lang.Long setPredecessor)
setPredecessor
- The predecessor to set.public java.lang.Long getPredecessor()
public java.util.List<XmlModelDecoder.PropertyToElementAssociation> getSuccessors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |