public static enum HHCODEFUNC.HHCodeAction extends java.lang.Enum<HHCODEFUNC.HHCodeAction>
| Enum Constant and Description |
|---|
BBOX |
CENTER |
EAST |
NORTH |
NORTH_EAST |
NORTH_WEST |
SOUTH |
SOUTH_EAST |
SOUTH_WEST |
WEST |
| Modifier and Type | Method and Description |
|---|---|
static HHCODEFUNC.HHCodeAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HHCODEFUNC.HHCodeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HHCODEFUNC.HHCodeAction NORTH
public static final HHCODEFUNC.HHCodeAction SOUTH
public static final HHCODEFUNC.HHCodeAction EAST
public static final HHCODEFUNC.HHCodeAction WEST
public static final HHCODEFUNC.HHCodeAction NORTH_EAST
public static final HHCODEFUNC.HHCodeAction NORTH_WEST
public static final HHCODEFUNC.HHCodeAction SOUTH_EAST
public static final HHCODEFUNC.HHCodeAction SOUTH_WEST
public static final HHCODEFUNC.HHCodeAction BBOX
public static final HHCODEFUNC.HHCodeAction CENTER
public static HHCODEFUNC.HHCodeAction[] values()
for (HHCODEFUNC.HHCodeAction c : HHCODEFUNC.HHCodeAction.values()) System.out.println(c);
public static HHCODEFUNC.HHCodeAction 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