uk.ac.ebi.jmzidml.model
Interface CvParamCapable

All Known Implementing Classes:
FileFormat, IonType, ModParam, Role, SpectrumIDFormat

public interface CvParamCapable

This interface defines the presence of a Cvparam getCvParam() method. It is used in the Marshaller/Unmarshaller to update the CvParam containing classes with the respective subclasses of CvParam. Note: this interface is use together with the CvParamListCapable interface, to distinguish if a object has a CvParam or a List.

Since:
1.0
Author:
Florian Reisinger Date: 09-Nov-2010
See Also:
CvParamListCapable

Method Summary
 CvParam getCvParam()
           
 void setCvParam(CvParam param)
           
 

Method Detail

getCvParam

CvParam getCvParam()
Returns:
A single CvParam.

setCvParam

void setCvParam(CvParam param)


Copyright © 2012. All Rights Reserved.