public static enum P1546ver4Input.Area extends Enum<P1546ver4Input.Area>
Enum Constant and Description |
---|
_500_x_500_m |
lessthan_2_km_radius |
lessthan_50_km_radius |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static P1546ver4Input.Area |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P1546ver4Input.Area[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P1546ver4Input.Area _500_x_500_m
public static final P1546ver4Input.Area lessthan_2_km_radius
public static final P1546ver4Input.Area lessthan_50_km_radius
public static P1546ver4Input.Area[] values()
for (P1546ver4Input.Area c : P1546ver4Input.Area.values()) System.out.println(c);
public static P1546ver4Input.Area valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<P1546ver4Input.Area>
Copyright © 2018. All rights reserved.