public enum INCHI_OPTION extends Enum<INCHI_OPTION>
Enum Constant and Description |
---|
AuxNone |
ChiralFlagOFF |
ChiralFlagON |
Compress |
DoNotAddH |
FB |
FixedH |
FixSp3Bug |
NEWPS |
NoADP |
OutputSDF |
RecMet |
SAbs |
SAsXYZ |
SNon |
SPXYZ |
SRac |
SRel |
SUCF |
SUU |
WarnOnEmptyStructure |
Wnumber |
Modifier and Type | Method and Description |
---|---|
static INCHI_OPTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INCHI_OPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INCHI_OPTION SUCF
public static final INCHI_OPTION ChiralFlagON
public static final INCHI_OPTION ChiralFlagOFF
public static final INCHI_OPTION SNon
public static final INCHI_OPTION SAbs
public static final INCHI_OPTION SRel
public static final INCHI_OPTION SRac
public static final INCHI_OPTION SUU
public static final INCHI_OPTION NEWPS
public static final INCHI_OPTION RecMet
public static final INCHI_OPTION FixedH
public static final INCHI_OPTION AuxNone
public static final INCHI_OPTION NoADP
public static final INCHI_OPTION Compress
public static final INCHI_OPTION DoNotAddH
public static final INCHI_OPTION Wnumber
public static final INCHI_OPTION OutputSDF
public static final INCHI_OPTION WarnOnEmptyStructure
public static final INCHI_OPTION FixSp3Bug
public static final INCHI_OPTION FB
public static final INCHI_OPTION SPXYZ
public static final INCHI_OPTION SAsXYZ
public static INCHI_OPTION[] values()
for (INCHI_OPTION c : INCHI_OPTION.values()) System.out.println(c);
public static INCHI_OPTION valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.