public class IndeterminateValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static IndeterminateValue |
AFTER |
static IndeterminateValue |
BEFORE |
static IndeterminateValue |
NOW |
static IndeterminateValue |
TEMPLATE |
static IndeterminateValue |
UNKNOWN |
| Constructor and Description |
|---|
IndeterminateValue(String value,
String... alias) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(IndeterminateValue other) |
boolean |
equals(Object obj) |
Set<String> |
getAlias() |
String |
getValue() |
int |
hashCode() |
boolean |
isAfter() |
boolean |
isBefore() |
boolean |
isNow() |
boolean |
isTemplate() |
boolean |
isUnknown() |
public static final IndeterminateValue AFTER
public static final IndeterminateValue BEFORE
public static final IndeterminateValue NOW
public static final IndeterminateValue UNKNOWN
public static final IndeterminateValue TEMPLATE
public String getValue()
public boolean isAfter()
public boolean isBefore()
public boolean isNow()
public boolean isTemplate()
public boolean isUnknown()
public boolean equals(IndeterminateValue other)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.