|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.MarshalFramework.InheritanceMatch
public static class MarshalFramework.InheritanceMatch
Used to store the information when we find a possible inheritance. It store the XMLClassDescriptor of the object to instantiate and the XMLFieldDescriptor of the parent, where the instance of the XMLClassDescriptor will be put.
Field Summary | |
---|---|
XMLClassDescriptor |
inheritedClassDesc
|
XMLFieldDescriptor |
parentFieldDesc
|
Constructor Summary | |
---|---|
MarshalFramework.InheritanceMatch(XMLFieldDescriptor fieldDesc,
XMLClassDescriptor classDesc)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public XMLFieldDescriptor parentFieldDesc
public XMLClassDescriptor inheritedClassDesc
Constructor Detail |
---|
public MarshalFramework.InheritanceMatch(XMLFieldDescriptor fieldDesc, XMLClassDescriptor classDesc)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |