| Package | Description |
|---|---|
| org.hisp.dhis.model |
| Modifier and Type | Field and Description |
|---|---|
static Set<ValueType> |
ValueType.BOOLEAN_TYPES |
static Set<ValueType> |
ValueType.DATE_TYPES |
static Set<ValueType> |
ValueType.DECIMAL_TYPES |
static Set<ValueType> |
ValueType.FILE_TYPES |
static Set<ValueType> |
ValueType.GEO_TYPES |
static Set<ValueType> |
ValueType.INTEGER_TYPES |
static Set<ValueType> |
ValueType.NUMERIC_TYPES |
static Set<ValueType> |
ValueType.TEXT_TYPES |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
DataElement.getValueType() |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataElement.setValueType(ValueType valueType) |
Copyright © 2019 UiO. All rights reserved.