public enum MolStackTypes extends java.lang.Enum<MolStackTypes>
Enum Constant and Description |
---|
MOL_STACK_ATOM |
MOL_STACK_BOND |
MOL_STACK_BRANCH_CLOSE |
MOL_STACK_BRANCH_OPEN |
MOL_STACK_RING |
Modifier and Type | Method and Description |
---|---|
static MolStackTypes |
swigToEnum(int swigValue) |
int |
swigValue() |
static MolStackTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MolStackTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolStackTypes MOL_STACK_ATOM
public static final MolStackTypes MOL_STACK_BOND
public static final MolStackTypes MOL_STACK_RING
public static final MolStackTypes MOL_STACK_BRANCH_OPEN
public static final MolStackTypes MOL_STACK_BRANCH_CLOSE
public static MolStackTypes[] values()
for (MolStackTypes c : MolStackTypes.values()) System.out.println(c);
public static MolStackTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static MolStackTypes swigToEnum(int swigValue)