public static enum Wfs20Constants.TEMPORAL_OPERATORS extends Enum<Wfs20Constants.TEMPORAL_OPERATORS>
Enum Constant and Description |
---|
After |
Before |
Begins |
BegunBy |
During |
EndedBy |
Ends |
Meets |
MetBy |
OverlappedBy |
TContains |
TEquals |
TOverlaps |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Wfs20Constants.TEMPORAL_OPERATORS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wfs20Constants.TEMPORAL_OPERATORS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wfs20Constants.TEMPORAL_OPERATORS After
public static final Wfs20Constants.TEMPORAL_OPERATORS Before
public static final Wfs20Constants.TEMPORAL_OPERATORS Begins
public static final Wfs20Constants.TEMPORAL_OPERATORS BegunBy
public static final Wfs20Constants.TEMPORAL_OPERATORS TContains
public static final Wfs20Constants.TEMPORAL_OPERATORS During
public static final Wfs20Constants.TEMPORAL_OPERATORS TEquals
public static final Wfs20Constants.TEMPORAL_OPERATORS TOverlaps
public static final Wfs20Constants.TEMPORAL_OPERATORS Meets
public static final Wfs20Constants.TEMPORAL_OPERATORS OverlappedBy
public static final Wfs20Constants.TEMPORAL_OPERATORS MetBy
public static final Wfs20Constants.TEMPORAL_OPERATORS Ends
public static final Wfs20Constants.TEMPORAL_OPERATORS EndedBy
public static Wfs20Constants.TEMPORAL_OPERATORS[] values()
for (Wfs20Constants.TEMPORAL_OPERATORS c : Wfs20Constants.TEMPORAL_OPERATORS.values()) System.out.println(c);
public static Wfs20Constants.TEMPORAL_OPERATORS 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 getValue()
This work is licensed under a Creative Commons Attribution 4.0 International License.