public static enum GetFeatureInfoLayer.InfoFormat extends java.lang.Enum<GetFeatureInfoLayer.InfoFormat>
| Enum Constant and Description | 
|---|
GML  | 
GML_2  | 
GML_3  | 
HTML  | 
JSON  | 
JSONP  | 
TEXT  | 
| Modifier and Type | Method and Description | 
|---|---|
static GetFeatureInfoLayer.InfoFormat | 
decode(java.lang.String description)  | 
java.lang.String | 
getDescription()  | 
static GetFeatureInfoLayer.InfoFormat | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static GetFeatureInfoLayer.InfoFormat[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GetFeatureInfoLayer.InfoFormat HTML
public static final GetFeatureInfoLayer.InfoFormat TEXT
public static final GetFeatureInfoLayer.InfoFormat GML
public static final GetFeatureInfoLayer.InfoFormat GML_2
public static final GetFeatureInfoLayer.InfoFormat GML_3
public static final GetFeatureInfoLayer.InfoFormat JSON
public static final GetFeatureInfoLayer.InfoFormat JSONP
public static GetFeatureInfoLayer.InfoFormat[] values()
for (GetFeatureInfoLayer.InfoFormat c : GetFeatureInfoLayer.InfoFormat.values()) System.out.println(c);
public static GetFeatureInfoLayer.InfoFormat 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 getDescription()
public static GetFeatureInfoLayer.InfoFormat decode(java.lang.String description)