| Package | Description |
|---|---|
| org.gcube.dataanalysis.ecoengine.datatypes | |
| org.gcube.dataanalysis.ecoengine.datatypes.enumtypes |
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveTypes |
PrimitiveType.type |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveTypes |
PrimitiveTypesList.getType() |
PrimitiveTypes |
PrimitiveType.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveType.setType(PrimitiveTypes type) |
| Constructor and Description |
|---|
PrimitiveType(String className,
Object content,
PrimitiveTypes type,
String name,
String description) |
PrimitiveType(String className,
Object content,
PrimitiveTypes type,
String name,
String description,
String defaultValue) |
PrimitiveType(String className,
Object content,
PrimitiveTypes type,
String name,
String description,
String defaultValue,
boolean optional) |
PrimitiveTypesList(String className,
PrimitiveTypes type,
String name,
String description,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveTypes |
PrimitiveTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveTypes[] |
PrimitiveTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All Rights Reserved.