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