public static enum SingleThreadDescriptorGenerator.IDSRC extends Enum<SingleThreadDescriptorGenerator.IDSRC>
Enum Constant and Description |
---|
INDEX_0
0-based index.
|
INDEX_1
1-based index.
|
MOLNAME
Molecule name.
|
MOLPROP
Value of a given property.
|
Modifier and Type | Method and Description |
---|---|
static SingleThreadDescriptorGenerator.IDSRC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleThreadDescriptorGenerator.IDSRC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SingleThreadDescriptorGenerator.IDSRC INDEX_0
public static final SingleThreadDescriptorGenerator.IDSRC INDEX_1
public static final SingleThreadDescriptorGenerator.IDSRC MOLNAME
public static final SingleThreadDescriptorGenerator.IDSRC MOLPROP
public static SingleThreadDescriptorGenerator.IDSRC[] values()
for (SingleThreadDescriptorGenerator.IDSRC c : SingleThreadDescriptorGenerator.IDSRC.values()) System.out.println(c);
public static SingleThreadDescriptorGenerator.IDSRC 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 null