|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<INCHI_KEY_STATUS>
net.sf.jniinchi.INCHI_KEY_STATUS
public enum INCHI_KEY_STATUS
Type-safe enumeration of InChIKey check return codes.
InChI library return values:
VALID_STANDARD (0)
INVALID_LENGTH (1)
INVALID_LAYOUT (2)
INVALID_VERSION (3)
See inchi_api.h.
| Enum Constant Summary | |
|---|---|
INVALID_LAYOUT
|
|
INVALID_LENGTH
|
|
INVALID_VERSION
|
|
VALID_NON_STANDARD
|
|
VALID_STANDARD
|
|
| Method Summary | |
|---|---|
int |
getIndx()
|
static INCHI_KEY_STATUS |
getValue(int value)
|
static INCHI_KEY_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static INCHI_KEY_STATUS[] |
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_KEY_STATUS VALID_STANDARD
public static final INCHI_KEY_STATUS VALID_NON_STANDARD
public static final INCHI_KEY_STATUS INVALID_LENGTH
public static final INCHI_KEY_STATUS INVALID_LAYOUT
public static final INCHI_KEY_STATUS INVALID_VERSION
| Method Detail |
|---|
public static INCHI_KEY_STATUS[] values()
for (INCHI_KEY_STATUS c : INCHI_KEY_STATUS.values()) System.out.println(c);
public static INCHI_KEY_STATUS 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 int getIndx()
public static INCHI_KEY_STATUS getValue(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||