| java.lang.Object org.exolab.castor.xml.ReferenceInfo
ReferenceInfo | class ReferenceInfo (Code) | | Internal class used to save state for reference resolving.
author: Werner Guttmann version: $Revision: 0000 $ $Date:$ |
ReferenceInfo | public ReferenceInfo(String id, Object target, XMLFieldDescriptor descriptor)(Code) | | Creates a new ReferenceInfo
Parameters: id - Parameters: target - Parameters: descriptor - |
getDescriptor | public FieldDescriptor getDescriptor()(Code) | | Returns the field descriptor referenced by this IDREF instance.
the field descriptor referenced by this IDREF instance. |
getId | public String getId()(Code) | | Returns the ID value of the target object instance.
the ID value of the target object instance. |
getNext | public ReferenceInfo getNext()(Code) | | Returns the next 'ReferenceInfo' instance.
the next 'ReferenceInfo' instance. |
getTarget | public Object getTarget()(Code) | | Returns the target object referenced by this IDREF instance.
the target object referenced by this IDREF instance. |
setNext | public void setNext(ReferenceInfo info)(Code) | | Sets a refrence to the 'next' ReferenceInfo instance.
Parameters: info - The 'next' ReferenceInfo instance. |
|
|