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