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