public static enum ImageExportParamConstants.chiralValues extends java.lang.Enum<ImageExportParamConstants.chiralValues>
Enum Constant and Description |
---|
chiral_all |
chiral_allPossible |
chiral_off |
chiral_selected |
Modifier and Type | Method and Description |
---|---|
static ImageExportParamConstants.chiralValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageExportParamConstants.chiralValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageExportParamConstants.chiralValues chiral_off
public static final ImageExportParamConstants.chiralValues chiral_selected
public static final ImageExportParamConstants.chiralValues chiral_all
public static final ImageExportParamConstants.chiralValues chiral_allPossible
public static ImageExportParamConstants.chiralValues[] values()
for (ImageExportParamConstants.chiralValues c : ImageExportParamConstants.chiralValues.values()) System.out.println(c);
public static ImageExportParamConstants.chiralValues 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 null