Package de.isas.mztab2.model
Enum SmallMoleculeSummary.Properties
- java.lang.Object
-
- java.lang.Enum<SmallMoleculeSummary.Properties>
-
- de.isas.mztab2.model.SmallMoleculeSummary.Properties
-
- All Implemented Interfaces:
Serializable
,Comparable<SmallMoleculeSummary.Properties>
- Enclosing class:
- SmallMoleculeSummary
public static enum SmallMoleculeSummary.Properties extends Enum<SmallMoleculeSummary.Properties>
Property enumeration for SmallMoleculeSummary.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
static SmallMoleculeSummary.Properties
of(String value)
String
toString()
String
toUpper()
static SmallMoleculeSummary.Properties
valueOf(String name)
Returns the enum constant of this type with the specified name.static SmallMoleculeSummary.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 SmallMoleculeSummary.Properties prefix
-
headerPrefix
public static final SmallMoleculeSummary.Properties headerPrefix
-
smlId
public static final SmallMoleculeSummary.Properties smlId
-
smfIdRefs
public static final SmallMoleculeSummary.Properties smfIdRefs
-
databaseIdentifier
public static final SmallMoleculeSummary.Properties databaseIdentifier
-
chemicalFormula
public static final SmallMoleculeSummary.Properties chemicalFormula
-
smiles
public static final SmallMoleculeSummary.Properties smiles
-
inchi
public static final SmallMoleculeSummary.Properties inchi
-
chemicalName
public static final SmallMoleculeSummary.Properties chemicalName
-
uri
public static final SmallMoleculeSummary.Properties uri
-
theoreticalNeutralMass
public static final SmallMoleculeSummary.Properties theoreticalNeutralMass
-
adductIons
public static final SmallMoleculeSummary.Properties adductIons
-
reliability
public static final SmallMoleculeSummary.Properties reliability
-
bestIdConfidenceMeasure
public static final SmallMoleculeSummary.Properties bestIdConfidenceMeasure
-
bestIdConfidenceValue
public static final SmallMoleculeSummary.Properties bestIdConfidenceValue
-
abundanceAssay
public static final SmallMoleculeSummary.Properties abundanceAssay
-
abundanceStudyVariable
public static final SmallMoleculeSummary.Properties abundanceStudyVariable
-
abundanceVariationStudyVariable
public static final SmallMoleculeSummary.Properties abundanceVariationStudyVariable
-
opt
public static final SmallMoleculeSummary.Properties opt
-
comment
public static final SmallMoleculeSummary.Properties comment
-
-
Method Detail
-
values
public static SmallMoleculeSummary.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 (SmallMoleculeSummary.Properties c : SmallMoleculeSummary.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 SmallMoleculeSummary.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<SmallMoleculeSummary.Properties>
-
of
public static SmallMoleculeSummary.Properties of(String value)
-
-