uk.ac.ebi.jmzidml.model
Interface ParamGroupCapable

All Superinterfaces:
CvParamListCapable
All Known Implementing Classes:
AbstractContact, AbstractIdentifiableParamGroup, AbstractParamGroup, AmbiguousResidue, DBSequence, MassTable, Organization, Peptide, PeptideEvidence, Person, ProteinAmbiguityGroup, ProteinDetectionHypothesis, ProteinDetectionList, Sample, SourceFile, SpectrumIdentificationItem, SpectrumIdentificationList, SpectrumIdentificationResult

public interface ParamGroupCapable
extends CvParamListCapable

Defines the methods needed by the Marshal/Unmarshal listeners to split a List into respective List and List and methods used to replace the CvParam/UserParam classes with their respective subclasses.

Since:
1.0
Author:
Florian Reisinger Date: 09-Nov-2010
See Also:
ParamUpdater, RawXMLListener, ObjectClassListener

Method Summary
 List<CvParam> getCvParam()
           
 List<UserParam> getUserParam()
           
 

Method Detail

getCvParam

List<CvParam> getCvParam()
Specified by:
getCvParam in interface CvParamListCapable
Returns:
A List of CvParam objects.

getUserParam

List<UserParam> getUserParam()


Copyright © 2012. All Rights Reserved.