Package de.isas.mztab2.model
Enum SmallMoleculeEvidence.Properties
- java.lang.Object
-
- java.lang.Enum<SmallMoleculeEvidence.Properties>
-
- de.isas.mztab2.model.SmallMoleculeEvidence.Properties
-
- All Implemented Interfaces:
Serializable
,Comparable<SmallMoleculeEvidence.Properties>
- Enclosing class:
- SmallMoleculeEvidence
public static enum SmallMoleculeEvidence.Properties extends Enum<SmallMoleculeEvidence.Properties>
Property enumeration for SmallMoleculeEvidence.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description adductIon
charge
chemicalFormula
chemicalName
comment
databaseIdentifier
derivatizedForm
evidenceInputId
expMassToCharge
headerPrefix
idConfidenceMeasure
identificationMethod
inchi
msLevel
opt
prefix
rank
smeId
smiles
spectraRef
theoreticalMassToCharge
uri
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
static SmallMoleculeEvidence.Properties
of(String value)
String
toString()
String
toUpper()
static SmallMoleculeEvidence.Properties
valueOf(String name)
Returns the enum constant of this type with the specified name.static SmallMoleculeEvidence.Properties[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
prefix
public static final SmallMoleculeEvidence.Properties prefix
-
headerPrefix
public static final SmallMoleculeEvidence.Properties headerPrefix
-
smeId
public static final SmallMoleculeEvidence.Properties smeId
-
evidenceInputId
public static final SmallMoleculeEvidence.Properties evidenceInputId
-
databaseIdentifier
public static final SmallMoleculeEvidence.Properties databaseIdentifier
-
chemicalFormula
public static final SmallMoleculeEvidence.Properties chemicalFormula
-
smiles
public static final SmallMoleculeEvidence.Properties smiles
-
inchi
public static final SmallMoleculeEvidence.Properties inchi
-
chemicalName
public static final SmallMoleculeEvidence.Properties chemicalName
-
uri
public static final SmallMoleculeEvidence.Properties uri
-
derivatizedForm
public static final SmallMoleculeEvidence.Properties derivatizedForm
-
adductIon
public static final SmallMoleculeEvidence.Properties adductIon
-
expMassToCharge
public static final SmallMoleculeEvidence.Properties expMassToCharge
-
charge
public static final SmallMoleculeEvidence.Properties charge
-
theoreticalMassToCharge
public static final SmallMoleculeEvidence.Properties theoreticalMassToCharge
-
spectraRef
public static final SmallMoleculeEvidence.Properties spectraRef
-
identificationMethod
public static final SmallMoleculeEvidence.Properties identificationMethod
-
msLevel
public static final SmallMoleculeEvidence.Properties msLevel
-
idConfidenceMeasure
public static final SmallMoleculeEvidence.Properties idConfidenceMeasure
-
rank
public static final SmallMoleculeEvidence.Properties rank
-
opt
public static final SmallMoleculeEvidence.Properties opt
-
comment
public static final SmallMoleculeEvidence.Properties comment
-
-
Method Detail
-
values
public static SmallMoleculeEvidence.Properties[] 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 (SmallMoleculeEvidence.Properties c : SmallMoleculeEvidence.Properties.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SmallMoleculeEvidence.Properties 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 nameNullPointerException
- if the argument is null
-
getPropertyName
public String getPropertyName()
-
toString
public String toString()
- Overrides:
toString
in classEnum<SmallMoleculeEvidence.Properties>
-
of
public static SmallMoleculeEvidence.Properties of(String value)
-
-