public static enum CIPTool.CIP_CHIRALITY extends Enum<CIPTool.CIP_CHIRALITY>
| Modifier and Type | Method and Description |
|---|---|
static CIPTool.CIP_CHIRALITY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CIPTool.CIP_CHIRALITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CIPTool.CIP_CHIRALITY R
public static final CIPTool.CIP_CHIRALITY S
public static final CIPTool.CIP_CHIRALITY E
public static final CIPTool.CIP_CHIRALITY Z
public static final CIPTool.CIP_CHIRALITY NONE
public static CIPTool.CIP_CHIRALITY[] values()
for (CIPTool.CIP_CHIRALITY c : CIPTool.CIP_CHIRALITY.values()) System.out.println(c);
public static CIPTool.CIP_CHIRALITY 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 nullCopyright © 2017. All Rights Reserved.