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