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