public static enum FeatureLayer.Popups extends java.lang.Enum<FeatureLayer.Popups>
Enum Constant and Description |
---|
NOT_SET |
POPUP_HTML_TEXT |
POPUP_NONE |
POPUP_URL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static FeatureLayer.Popups |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureLayer.Popups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureLayer.Popups NOT_SET
public static final FeatureLayer.Popups POPUP_HTML_TEXT
public static final FeatureLayer.Popups POPUP_NONE
public static final FeatureLayer.Popups POPUP_URL
public static FeatureLayer.Popups[] values()
for (FeatureLayer.Popups c : FeatureLayer.Popups.values()) System.out.println(c);
public static FeatureLayer.Popups valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()