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