Package org.n52.shetland.ogc.gml.time
Class IndeterminateValue
- java.lang.Object
-
- org.n52.shetland.ogc.gml.time.IndeterminateValue
-
- All Implemented Interfaces:
Serializable
public class IndeterminateValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IndeterminateValueAFTERstatic IndeterminateValueBEFOREstatic IndeterminateValueNOWstatic IndeterminateValueTEMPLATEstatic IndeterminateValueUNKNOWN
-
Constructor Summary
Constructors Constructor Description IndeterminateValue(String value, String... alias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanequals(IndeterminateValue other)Set<String>getAlias()StringgetValue()inthashCode()booleanisAfter()booleanisBefore()booleanisNow()booleanisTemplate()booleanisUnknown()
-
-
-
Field Detail
-
AFTER
public static final IndeterminateValue AFTER
-
BEFORE
public static final IndeterminateValue BEFORE
-
NOW
public static final IndeterminateValue NOW
-
UNKNOWN
public static final IndeterminateValue UNKNOWN
-
TEMPLATE
public static final IndeterminateValue TEMPLATE
-
-
Method Detail
-
getValue
public String getValue()
-
isAfter
public boolean isAfter()
-
isBefore
public boolean isBefore()
-
isNow
public boolean isNow()
-
isTemplate
public boolean isTemplate()
-
isUnknown
public boolean isUnknown()
-
equals
public boolean equals(IndeterminateValue other)
-
-