|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deduced.xml.XmlModelDecoder.PropertyToElementAssociation
private static final class XmlModelDecoder.PropertyToElementAssociation

PropertyToElementAssociation : used to store the association between a DOM element representing a property value and the collection that will be modified by this property
| Field Summary | |
|---|---|
private XmlModelDecoder.CollectionToElementAssociation |
collectionAssociation
Collection to element association that will be modified when the property value is read and assigned |
private org.w3c.dom.Element |
element
element in the DOM that represents this property with its key and value |
private PropertyCollection<?,?> |
instance
actual instance that will be set with this property |
| Constructor Summary | |
|---|---|
XmlModelDecoder.PropertyToElementAssociation()
PropertyToElementAssociation Constructor |
|
| Method Summary | |
|---|---|
XmlModelDecoder.CollectionToElementAssociation |
getCollectionAssociation()
|
org.w3c.dom.Element |
getElement()
|
PropertyCollection<?,?> |
getInstance()
|
void |
setCollectionAssociation(XmlModelDecoder.CollectionToElementAssociation setCollectionAssociation)
|
void |
setElement(org.w3c.dom.Element setElement)
|
void |
setInstance(PropertyCollection<?,?> setInstance)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private XmlModelDecoder.CollectionToElementAssociation collectionAssociation
private PropertyCollection<?,?> instance
private org.w3c.dom.Element element
| Constructor Detail |
|---|
public XmlModelDecoder.PropertyToElementAssociation()
| Method Detail |
|---|
public void setCollectionAssociation(XmlModelDecoder.CollectionToElementAssociation setCollectionAssociation)
setCollectionAssociation - The collectionAssociation to set.public XmlModelDecoder.CollectionToElementAssociation getCollectionAssociation()
public void setInstance(PropertyCollection<?,?> setInstance)
setInstance - The instance to set.public PropertyCollection<?,?> getInstance()
public void setElement(org.w3c.dom.Element setElement)
setElement - The element to set.public org.w3c.dom.Element getElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||