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