| Package | Description |
|---|---|
| org.gcube_system.namespaces.application.aquamaps.types |
| Modifier and Type | Field and Description |
|---|---|
static FieldType |
FieldType.BOOLEAN |
static FieldType |
FieldType.DOUBLE |
static FieldType |
FieldType.INTEGER |
static FieldType |
FieldType.LONG |
static FieldType |
FieldType.STRING |
static FieldType |
FieldType.TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.fromString(String value) |
static FieldType |
FieldType.fromValue(String value) |
FieldType |
Field.getType()
Gets the type value for this Field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setType(FieldType type)
Sets the type value for this Field.
|
| Constructor and Description |
|---|
Field(String name,
FieldType type,
String value) |
Copyright © 2015. All Rights Reserved.