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