|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MzIdentMLElement>
uk.ac.ebi.jmzidml.MzIdentMLElement
public enum MzIdentMLElement
For performance reasons (Memory Overflow), all the reference auto-resolving have been switched off. Reference auto-resolving creates too many duplicated objects, one possible solution for this is to use caching.
Method Summary | ||
---|---|---|
|
getClazz()
|
|
|
getCvParamClass()
|
|
|
getRefResolverClass()
|
|
String |
getTagName()
|
|
static MzIdentMLElement |
getType(Class clazz)
|
|
static MzIdentMLElement |
getType(String xpath)
|
|
|
getUserParamClass()
|
|
String |
getXpath()
|
|
boolean |
isAutoRefResolving()
|
|
boolean |
isCached()
|
|
boolean |
isIdMapped()
|
|
boolean |
isIndexed()
|
|
static void |
loadProperties()
Read the configuration info from the properties file. |
|
String |
toString()
|
|
static MzIdentMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
|
static MzIdentMLElement[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MzIdentMLElement SetupMzIdentMLElement
public static final MzIdentMLElement AbstractContact
public static final MzIdentMLElement AbstractParam
public static final MzIdentMLElement Affiliation
public static final MzIdentMLElement AmbiguousResidue
public static final MzIdentMLElement AnalysisCollection
public static final MzIdentMLElement AnalysisData
public static final MzIdentMLElement AnalysisProtocolCollection
public static final MzIdentMLElement AnalysisSampleCollection
public static final MzIdentMLElement AnalysisSoftware
public static final MzIdentMLElement AnalysisSoftwareList
public static final MzIdentMLElement AuditCollection
public static final MzIdentMLElement BibliographicReference
public static final MzIdentMLElement ContactRole
public static final MzIdentMLElement CV
public static final MzIdentMLElement CvList
public static final MzIdentMLElement CvParam
public static final MzIdentMLElement DatabaseFilters
public static final MzIdentMLElement DatabaseTranslation
public static final MzIdentMLElement DataCollection
public static final MzIdentMLElement DBSequence
public static final MzIdentMLElement Enzyme
public static final MzIdentMLElement Enzymes
public static final MzIdentMLElement ExternalData
public static final MzIdentMLElement FileFormat
public static final MzIdentMLElement Filter
public static final MzIdentMLElement FragmentArray
public static final MzIdentMLElement Fragmentation
public static final MzIdentMLElement FragmentationTable
public static final MzIdentMLElement Identifiable
public static final MzIdentMLElement Inputs
public static final MzIdentMLElement InputSpectra
public static final MzIdentMLElement InputSpectrumIdentifications
public static final MzIdentMLElement IonType
public static final MzIdentMLElement MassTable
public static final MzIdentMLElement Measure
public static final MzIdentMLElement Modification
public static final MzIdentMLElement ModificationParams
public static final MzIdentMLElement MzIdentML
public static final MzIdentMLElement Organization
public static final MzIdentMLElement Param
public static final MzIdentMLElement ParamList
public static final MzIdentMLElement ParentOrganization
public static final MzIdentMLElement Peptide
public static final MzIdentMLElement PeptideEvidence
public static final MzIdentMLElement PeptideEvidenceRef
public static final MzIdentMLElement PeptideHypothesis
public static final MzIdentMLElement Person
public static final MzIdentMLElement ProteinAmbiguityGroup
public static final MzIdentMLElement ProteinDetection
public static final MzIdentMLElement ProteinDetectionHypothesis
public static final MzIdentMLElement ProteinDetectionList
public static final MzIdentMLElement ProteinDetectionProtocol
public static final MzIdentMLElement ProtocolApplication
public static final MzIdentMLElement Provider
public static final MzIdentMLElement Residue
public static final MzIdentMLElement Role
public static final MzIdentMLElement Sample
public static final MzIdentMLElement SearchDatabase
public static final MzIdentMLElement SearchDatabaseRef
public static final MzIdentMLElement SearchModification
public static final MzIdentMLElement SequenceCollection
public static final MzIdentMLElement SourceFile
public static final MzIdentMLElement SpecificityRules
public static final MzIdentMLElement SpectraData
public static final MzIdentMLElement SpectrumIdentification
public static final MzIdentMLElement SpectrumIdentificationItem
public static final MzIdentMLElement SpectrumIdentificationItemRef
public static final MzIdentMLElement SpectrumIdentificationList
public static final MzIdentMLElement SpectrumIdentificationProtocol
public static final MzIdentMLElement SpectrumIdentificationResult
public static final MzIdentMLElement SpectrumIDFormat
public static final MzIdentMLElement SubSample
public static final MzIdentMLElement SubstitutionModification
public static final MzIdentMLElement Tolerance
public static final MzIdentMLElement TranslationTable
public static final MzIdentMLElement UserParam
Method Detail |
---|
public static MzIdentMLElement[] values()
for (MzIdentMLElement c : MzIdentMLElement.values()) System.out.println(c);
public static MzIdentMLElement valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getTagName()
public boolean isIndexed()
public boolean isCached()
public boolean isIdMapped()
public boolean isAutoRefResolving()
public String getXpath()
public <T extends MzIdentMLObject> Class<T> getClazz()
public <C extends CvParam> Class<C> getCvParamClass()
public <U extends UserParam> Class<U> getUserParamClass()
public <R extends AbstractReferenceResolver> Class<R> getRefResolverClass()
public static MzIdentMLElement getType(Class clazz)
public static MzIdentMLElement getType(String xpath)
public static void loadProperties()
public String toString()
toString
in class Enum<MzIdentMLElement>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |