@UML(identifier="TM_IndeterminateValue", specification=ISO_19108) public final class IndeterminateValue extends CodeList<IndeterminateValue>
| Modifier and Type | Field and Description |
|---|---|
static IndeterminateValue |
AFTER |
static IndeterminateValue |
BEFORE |
static IndeterminateValue |
NOW |
static IndeterminateValue |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
IndeterminateValue[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static IndeterminateValue |
valueOf(String code)
Returns the indeterminate value that matches the given string, or returns a new one if none
match it.
|
static IndeterminateValue[] |
values()
Returns the list of
IndeterminateValues. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOfpublic static final IndeterminateValue UNKNOWN
public static final IndeterminateValue NOW
public static final IndeterminateValue BEFORE
public static final IndeterminateValue AFTER
public static IndeterminateValue[] values()
IndeterminateValues.public IndeterminateValue[] family()
family in class CodeList<IndeterminateValue>public static IndeterminateValue valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.