org.biomage.tools.xmlutils
Class MAGEContentHandler.UnresolvedRef

java.lang.Object
  extended by org.biomage.tools.xmlutils.MAGEContentHandler.UnresolvedRef
Enclosing class:
MAGEContentHandler

protected class MAGEContentHandler.UnresolvedRef
extends java.lang.Object

Basic structure to hold unresolved references.


Field Summary
protected  org.biomage.tools.xmlutils.MAGEContentHandler.Association associationType
           
protected  java.lang.String childIdentifier
           
protected  java.lang.String childType
           
protected  java.lang.Object parent
           
 
Constructor Summary
MAGEContentHandler.UnresolvedRef(org.biomage.tools.xmlutils.MAGEContentHandler.Association association_type, java.lang.Object parent, java.lang.String child_identifier, java.lang.String child_type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

associationType

protected org.biomage.tools.xmlutils.MAGEContentHandler.Association associationType

parent

protected java.lang.Object parent

childIdentifier

protected java.lang.String childIdentifier

childType

protected java.lang.String childType
Constructor Detail

MAGEContentHandler.UnresolvedRef

public MAGEContentHandler.UnresolvedRef(org.biomage.tools.xmlutils.MAGEContentHandler.Association association_type,
                                        java.lang.Object parent,
                                        java.lang.String child_identifier,
                                        java.lang.String child_type)