uk.ac.ebi.jmzidml.model
Interface CvParamListCapable

All Known Subinterfaces:
ParamGroupCapable
All Known Implementing Classes:
AbstractContact, AbstractIdentifiableParamGroup, AbstractParamGroup, AmbiguousResidue, DBSequence, MassTable, Measure, Modification, Organization, Peptide, PeptideEvidence, Person, ProteinAmbiguityGroup, ProteinDetectionHypothesis, ProteinDetectionList, Sample, SearchDatabase, SourceFile, SpecificityRules, SpectrumIdentificationItem, SpectrumIdentificationList, SpectrumIdentificationResult, Tolerance, TranslationTable

public interface CvParamListCapable

This interface defines the presence of a List 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 CvParamCapable interface, to distinguish if a object has a CvParam or a List.

Since:
1.0
Author:
Florian Reisinger Date: 18-Nov-2010
See Also:
CvParamCapable

Method Summary
 List<CvParam> getCvParam()
           
 

Method Detail

getCvParam

List<CvParam> getCvParam()
Returns:
A List of CvParam objects.


Copyright © 2012. All Rights Reserved.