public static enum SosConstants.Filter extends Enum<SosConstants.Filter>
| Enum Constant and Description |
|---|
TimeInstant |
TimePeriod |
ValueReference |
| Modifier and Type | Method and Description |
|---|---|
static SosConstants.Filter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SosConstants.Filter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SosConstants.Filter ValueReference
public static final SosConstants.Filter TimePeriod
public static final SosConstants.Filter TimeInstant
public static SosConstants.Filter[] values()
for (SosConstants.Filter c : SosConstants.Filter.values()) System.out.println(c);
public static SosConstants.Filter 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 nullCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.