Package org.n52.shetland.ogc.ows
Interface OwsValueRestriction
-
- All Superinterfaces:
Comparable<OwsValueRestriction>
public interface OwsValueRestriction extends Comparable<OwsValueRestriction>
TODO JavaDoc
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<OwsValueRestriction>COMPARATOR
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default OwsRangeasRange()default OwsValueasValue()default intcompareTo(OwsValueRestriction other)default booleanisRange()default booleanisValue()
-
-
-
Field Detail
-
COMPARATOR
static final Comparator<OwsValueRestriction> COMPARATOR
-
-
Method Detail
-
isRange
default boolean isRange()
-
isValue
default boolean isValue()
-
asRange
default OwsRange asRange()
-
asValue
default OwsValue asValue()
-
compareTo
default int compareTo(OwsValueRestriction other)
- Specified by:
compareToin interfaceComparable<OwsValueRestriction>
-
-