uk.ac.ebi.jmzidml.xml.jaxb.adapters
Class MeasureAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
      extended by uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter<String,Measure>
          extended by uk.ac.ebi.jmzidml.xml.jaxb.adapters.MeasureAdapter

public class MeasureAdapter
extends AbstractResolvingAdapter<String,Measure>

Since:
0.1
Author:
Florian Reisinger Date: 03-Sep-2010

Field Summary
 
Fields inherited from class uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter
cache, index, logger, useSpectrumCache
 
Constructor Summary
MeasureAdapter(MzIdentMLIndexer index, AdapterObjectCache cache)
           
 
Method Summary
 String marshal(Measure element)
           
 Measure unmarshal(String refId)
           
 
Methods inherited from class uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter
unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureAdapter

public MeasureAdapter(MzIdentMLIndexer index,
                      AdapterObjectCache cache)
Method Detail

unmarshal

public Measure unmarshal(String refId)
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Measure>

marshal

public String marshal(Measure element)
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Measure>


Copyright © 2012. All Rights Reserved.