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