public static enum P1546ver1Input.Environment extends Enum<P1546ver1Input.Environment>
Modifier and Type | Method and Description |
---|---|
static P1546ver1Input.Environment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P1546ver1Input.Environment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P1546ver1Input.Environment Urban
public static final P1546ver1Input.Environment Suburban
public static final P1546ver1Input.Environment Rural
public static P1546ver1Input.Environment[] values()
for (P1546ver1Input.Environment c : P1546ver1Input.Environment.values()) System.out.println(c);
public static P1546ver1Input.Environment 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 nullCopyright © 2018. All rights reserved.