Enum Class MMElementRule.RangeMass
- All Implemented Interfaces:
Serializable
,Comparable<MMElementRule.RangeMass>
,java.lang.constant.Constable
- Enclosing class:
- MMElementRule
A enumeration of the possible mass range
according the rules.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIMolecularFormula from a metabolite with a mass lower than 1000 Da.IMolecularFormula from a metabolite with a mass lower than 2000 Da.IMolecularFormula from a metabolite with a mass lower than 3000 Da.IMolecularFormula from a metabolite with a mass lower than 500 Da. -
Method Summary
Modifier and TypeMethodDescriptionstatic MMElementRule.RangeMass
Returns the enum constant of this class with the specified name.static MMElementRule.RangeMass[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Minus500
IMolecularFormula from a metabolite with a mass lower than 500 Da. -
Minus1000
IMolecularFormula from a metabolite with a mass lower than 1000 Da. -
Minus2000
IMolecularFormula from a metabolite with a mass lower than 2000 Da. -
Minus3000
IMolecularFormula from a metabolite with a mass lower than 3000 Da.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-