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