org.exolab.castor.xml
Class MarshalFramework.InheritanceMatch

java.lang.Object
  extended byorg.exolab.castor.xml.MarshalFramework.InheritanceMatch
Enclosing class:
org.exolab.castor.xml.MarshalFramework

public static class MarshalFramework.InheritanceMatch
extends java.lang.Object

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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentFieldDesc

public XMLFieldDescriptor parentFieldDesc

inheritedClassDesc

public XMLClassDescriptor inheritedClassDesc
Constructor Detail

MarshalFramework.InheritanceMatch

public MarshalFramework.InheritanceMatch(XMLFieldDescriptor fieldDesc,
                                         XMLClassDescriptor classDesc)


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com