edu.mayo.informatics.lexgrid.convert.directConversions.LgXMLCommon
Class LgValueSetListener
java.lang.Object
edu.mayo.informatics.lexgrid.convert.directConversions.LgXMLCommon.LgValueSetListener
- All Implemented Interfaces:
- org.castor.xml.UnmarshalListener
public class LgValueSetListener
- extends java.lang.Object
- implements org.castor.xml.UnmarshalListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LgValueSetListener
public LgValueSetListener()
LgValueSetListener
public LgValueSetListener(LgMessageDirectorIF messages)
getValueSetDefinitions
public ValueSetDefinition[] getValueSetDefinitions()
setValueSetDefinitions
public void setValueSetDefinitions(ValueSetDefinition[] valueSetDefinitions)
initialized
public void initialized(java.lang.Object target,
java.lang.Object parent)
- Specified by:
initialized
in interface org.castor.xml.UnmarshalListener
attributesProcessed
public void attributesProcessed(java.lang.Object target,
java.lang.Object parent)
- Specified by:
attributesProcessed
in interface org.castor.xml.UnmarshalListener
unmarshalled
public void unmarshalled(java.lang.Object target,
java.lang.Object parent)
- Specified by:
unmarshalled
in interface org.castor.xml.UnmarshalListener
fieldAdded
public void fieldAdded(java.lang.String fieldName,
java.lang.Object parent,
java.lang.Object child)
- Specified by:
fieldAdded
in interface org.castor.xml.UnmarshalListener