Package chemaxon.checkers
Enum Class CheckerSeverity
- All Implemented Interfaces:
- Serializable,- Comparable<CheckerSeverity>,- java.lang.constant.Constable
This enum defines the constants which represent the severity of the 
StructureChecker
 implementations- Since:
- Marvin 5.7
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThis severity level should used forStructureCheckerimplementations which search for serious problems in aMoleculeThis severity level should used forStructureCheckerimplementations which search for standard informations in aMoleculeThis severity level should used forStructureCheckerimplementations which search for problematic features in aMolecule
- 
Method SummaryModifier and TypeMethodDescriptionstatic CheckerSeverityReturns the enum constant of this class with the specified name.static CheckerSeverity[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
INFOThis severity level should used forStructureCheckerimplementations which search for standard informations in aMolecule
- 
WARNINGThis severity level should used forStructureCheckerimplementations which search for problematic features in aMolecule
- 
ERRORThis severity level should used forStructureCheckerimplementations which search for serious problems in aMolecule
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-