Package chemaxon.calculator
Enum Class CalculatorTag
- All Implemented Interfaces:
Serializable
,Comparable<CalculatorTag>
,java.lang.constant.Constable
List of optional tags that can be reported by a
TaggedCalculator
.
This enum may be extended with new constants in the future.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the presence of this tag affects the performance of the calculator.asSet()
Returns a cached set that contains this element only.static CalculatorTag
Returns the enum constant of this class with the specified name.static CalculatorTag[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONFORMATION
-
CONFORMER_CONFORMERS
-
CONFORMER_HASVALIDCONFORMER
-
CONFORMER_LECONFORMER
-
DIPOLE
-
GEOMETRY
-
GEOMETRY_PROJECTION
-
HBDA
-
HBDA_MICROSPECIES
-
ISOELECTRICPOINT
-
LOGDCALCULATOR
-
LOGS
-
MICROSPECIES_MAJORMS2
-
MICROSPECIES_MSDISTR2
-
MSA
-
NMR_CNMR
-
NMR_HNMR
-
PKACALCULATOR
-
PKAT
-
POLARIZABILITY
-
POLARIZABILITY_GEOM3D
-
RESONANCE_CANONICAL
-
RESONANCE_MAJORCONTRIBUTORS
-
RESONANCE_ALL
-
STEREOISOMER_DOUBLEBOND
-
STEREOISOMER_TETRAHEDRAL
-
TAUTOMERIZATION_CANONICAL
-
TAUTOMERIZATION_DOMINANTS
-
TAUTOMERIZATION_GENERIC
-
TAUTOMERIZATION_MAJOR
-
-
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
-
affectsPerformance
public boolean affectsPerformance()Returns whether the presence of this tag affects the performance of the calculator. -
asSet
Returns a cached set that contains this element only.
-