|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<INCHI_OPTION>
net.sf.jniinchi.INCHI_OPTION
public enum INCHI_OPTION
Type-safe enumeration of InChI options. See inchi_api.h.
Enum Constant Summary | |
---|---|
AuxNone
Omit auxiliary information (default: Include). |
|
ChiralFlagOFF
Set Not-Chiral Flag. |
|
ChiralFlagON
Set Chiral Flag. |
|
Compress
Compressed output. |
|
DoNotAddH
Overrides inchi_Atom::num_iso_H[0] == -1. |
|
FB
Same as FixSp3Bug. |
|
FixedH
Mobile H Perception Off (Default: On). |
|
FixSp3Bug
Fix bug leading to missing or undefined sp3 parity. |
|
NEWPS
Narrow end of wedge points to stereocentre (default: both). |
|
NoADP
Disable Aggressive Deprotonation (for testing only). |
|
OutputSDF
Output SDfile instead of InChI. |
|
RecMet
Include reconnected bond to metal results. |
|
SAbs
Absolute stereo. |
|
SAsXYZ
Include Arsines Stereochemistry |
|
SNon
Exclude stereo (Default: Include Absolute stereo). |
|
SPXYZ
Include Phosphines Stereochemistry. |
|
SRac
Racemic stereo. |
|
SRel
Relative stereo. |
|
SUCF
Use Chiral Flag. |
|
SUU
Include omitted unknown/undefined stereo. |
|
WarnOnEmptyStructure
Warn and produce empty InChI for empty structure. |
|
Wnumber
Set time-out per structure in seconds; W0 means unlimited. |
Method Summary | |
---|---|
static INCHI_OPTION |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static INCHI_OPTION |
valueOfIgnoreCase(String string)
|
static INCHI_OPTION[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic static INCHI_OPTION valueOfIgnoreCase(String string)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |