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