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