|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deduced.xml.XmlModelEncoder.PackageSubObjectList
private static class XmlModelEncoder.PackageSubObjectList
Object that holds a package and all its types and sub packages
Field Summary | |
---|---|
private java.util.Map<java.lang.Object,XmlModelEncoder.PackageSubObjectList> |
packageList
sub package map by their unique ID |
private PropertyCollection<?,?> |
propertyPackage
the property package |
private java.util.Map<java.lang.Object,XmlModelEncoder.TypeInstanceList> |
typeList
package type list by their unique ID |
Constructor Summary | |
---|---|
XmlModelEncoder.PackageSubObjectList()
PackageSubObjectList Constructor |
Method Summary | |
---|---|
java.util.Map<java.lang.Object,XmlModelEncoder.PackageSubObjectList> |
getPackageList()
|
PropertyCollection<?,?> |
getPropertyPackage()
|
java.util.Map<java.lang.Object,XmlModelEncoder.TypeInstanceList> |
getTypeList()
|
void |
setPropertyPackage(PropertyCollection<?,?> setPropertyPackage)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Map<java.lang.Object,XmlModelEncoder.PackageSubObjectList> packageList
private java.util.Map<java.lang.Object,XmlModelEncoder.TypeInstanceList> typeList
private PropertyCollection<?,?> propertyPackage
Constructor Detail |
---|
public XmlModelEncoder.PackageSubObjectList()
Method Detail |
---|
public java.util.Map<java.lang.Object,XmlModelEncoder.TypeInstanceList> getTypeList()
public java.util.Map<java.lang.Object,XmlModelEncoder.PackageSubObjectList> getPackageList()
public void setPropertyPackage(PropertyCollection<?,?> setPropertyPackage)
setPropertyPackage
- The propertyPackage to set.public PropertyCollection<?,?> getPropertyPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |