uk.ac.ebi.jmzidml.xml
Enum Constants.ReferencedType
java.lang.Object
java.lang.Enum<Constants.ReferencedType>
uk.ac.ebi.jmzidml.xml.Constants.ReferencedType
- All Implemented Interfaces:
- Serializable, Comparable<Constants.ReferencedType>
- Enclosing class:
- Constants
public static enum Constants.ReferencedType
- extends Enum<Constants.ReferencedType>
CV
public static final Constants.ReferencedType CV
AnalysisSoftware
public static final Constants.ReferencedType AnalysisSoftware
Provider
public static final Constants.ReferencedType Provider
AuditCollection
public static final Constants.ReferencedType AuditCollection
AnalysisSampleCollection
public static final Constants.ReferencedType AnalysisSampleCollection
SequenceCollection
public static final Constants.ReferencedType SequenceCollection
AnalysisCollection
public static final Constants.ReferencedType AnalysisCollection
AnalysisProtocolCollection
public static final Constants.ReferencedType AnalysisProtocolCollection
DataCollection
public static final Constants.ReferencedType DataCollection
BibliographicReference
public static final Constants.ReferencedType BibliographicReference
Peptide
public static final Constants.ReferencedType Peptide
DBSequence
public static final Constants.ReferencedType DBSequence
PeptideEvidence
public static final Constants.ReferencedType PeptideEvidence
ContactRole
public static final Constants.ReferencedType ContactRole
Person
public static final Constants.ReferencedType Person
Organization
public static final Constants.ReferencedType Organization
SearchDatabase
public static final Constants.ReferencedType SearchDatabase
SpectraData
public static final Constants.ReferencedType SpectraData
SpectrumIdentificationList
public static final Constants.ReferencedType SpectrumIdentificationList
SpectrumIdentificationProtocol
public static final Constants.ReferencedType SpectrumIdentificationProtocol
ProteinDetectionList
public static final Constants.ReferencedType ProteinDetectionList
ProteinDetectionProtocol
public static final Constants.ReferencedType ProteinDetectionProtocol
TranslationTable
public static final Constants.ReferencedType TranslationTable
MassTable
public static final Constants.ReferencedType MassTable
Sample
public static final Constants.ReferencedType Sample
Measure
public static final Constants.ReferencedType Measure
values
public static Constants.ReferencedType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Constants.ReferencedType c : Constants.ReferencedType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Constants.ReferencedType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.