|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<INCHI_BOND_TYPE>
net.sf.jniinchi.INCHI_BOND_TYPE
public enum INCHI_BOND_TYPE
Enumeration of InChI bond type definitions. Corresponds to inchi_BondType in inchi_api.h.
| Enum Constant Summary | |
|---|---|
ALTERN
Alternating (single-double) bond. |
|
DOUBLE
Double bond. |
|
NONE
|
|
SINGLE
Single bond. |
|
TRIPLE
Triple bond. |
|
| Method Summary | |
|---|---|
int |
getIndx()
|
static INCHI_BOND_TYPE |
getValue(int btype)
|
static INCHI_BOND_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static INCHI_BOND_TYPE[] |
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_BOND_TYPE NONE
public static final INCHI_BOND_TYPE SINGLE
public static final INCHI_BOND_TYPE DOUBLE
public static final INCHI_BOND_TYPE TRIPLE
public static final INCHI_BOND_TYPE ALTERN
| Method Detail |
|---|
public static INCHI_BOND_TYPE[] values()
for (INCHI_BOND_TYPE c : INCHI_BOND_TYPE.values()) System.out.println(c);
public static INCHI_BOND_TYPE 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_BOND_TYPE getValue(int btype)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||