| Enum Constant and Description |
|---|
blob |
bool |
category |
count |
geometry |
not_initialized |
quantity |
referenced |
text |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALL |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<ValueType> |
convert(java.util.Set<java.lang.String> values) |
static ValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueType quantity
public static final ValueType count
public static final ValueType text
public static final ValueType category
public static final ValueType bool
public static final ValueType geometry
public static final ValueType blob
public static final ValueType referenced
public static final ValueType not_initialized
public static final java.lang.String ALL
public static ValueType[] values()
for (ValueType c : ValueType.values()) System.out.println(c);
public static ValueType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.Set<ValueType> convert(java.util.Set<java.lang.String> values)
Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.