public enum MapObjectDisplayMode extends Enum<MapObjectDisplayMode>
Enum Constant and Description |
---|
ICON |
LARGE_LABEL |
SMALL_LABEL |
STATUS |
Modifier and Type | Method and Description |
---|---|
static MapObjectDisplayMode |
getByValue(int value) |
int |
getValue() |
static MapObjectDisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapObjectDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapObjectDisplayMode ICON
public static final MapObjectDisplayMode SMALL_LABEL
public static final MapObjectDisplayMode LARGE_LABEL
public static final MapObjectDisplayMode STATUS
public static MapObjectDisplayMode[] values()
for (MapObjectDisplayMode c : MapObjectDisplayMode.values()) System.out.println(c);
public static MapObjectDisplayMode 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 int getValue()
public static MapObjectDisplayMode getByValue(int value)
Copyright © 2016. All rights reserved.