uk.ac.ebi.jmzidml.xml.jaxb.resolver
Class AbstractParamUnitCvRefResolver
java.lang.Object
javax.xml.bind.Unmarshaller.Listener
uk.ac.ebi.jmzidml.xml.jaxb.resolver.AbstractReferenceResolver<AbstractParam>
uk.ac.ebi.jmzidml.xml.jaxb.resolver.AbstractParamUnitCvRefResolver
public class AbstractParamUnitCvRefResolver
- extends AbstractReferenceResolver<AbstractParam>
This resolver is to map unitCvRef to an Cv object.
User: rwang
Date: 24/02/11
Time: 11:42
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParamUnitCvRefResolver
protected AbstractParamUnitCvRefResolver(MzIdentMLIndexer index,
MzIdentMLObjectCache cache)
updateObject
public void updateObject(AbstractParam object)
- Specified by:
updateObject
in class AbstractReferenceResolver<AbstractParam>
afterUnmarshal
public void afterUnmarshal(Object target,
Object parent)
- Method to perform the afterUnmarshal operation if the resolver
applies to the specified object.
- Overrides:
afterUnmarshal
in class javax.xml.bind.Unmarshaller.Listener
- Parameters:
target
- the object to modify after unmarshalling.parent
- object referencing the target. Null if target is root element.
Copyright © 2012. All Rights Reserved.