Package org.exolab.castor.xml
Class MarshalFramework.InheritanceMatch
java.lang.Object
org.exolab.castor.xml.MarshalFramework.InheritanceMatch
- Enclosing class:
- MarshalFramework
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
FieldsModifier and TypeFieldDescriptionThe class descriptor to instantiate.The field descriptor of the parent. -
Constructor Summary
ConstructorsConstructorDescriptionInheritanceMatch
(XMLFieldDescriptor fieldDesc, XMLClassDescriptor classDesc) -
Method Summary
-
Field Details
-
parentFieldDesc
The field descriptor of the parent. -
inheritedClassDesc
The class descriptor to instantiate.
-
-
Constructor Details
-
InheritanceMatch
-