| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.expression.leaf | |
| org.gcube.data.analysis.tabulardata.model.datatype.value |
| Modifier and Type | Method and Description |
|---|---|
TDTypeValue |
Range.getMaximum() |
TDTypeValue |
Range.getMinimum() |
| Modifier and Type | Method and Description |
|---|---|
List<TDTypeValue> |
ConstantList.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Range.setMaximum(TDTypeValue maximum) |
void |
Range.setMinimum(TDTypeValue minimum) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantList.setArguments(List<TDTypeValue> arguments) |
| Constructor and Description |
|---|
Range(TDTypeValue minimum,
TDTypeValue maximum) |
| Constructor and Description |
|---|
ConstantList(List<TDTypeValue> arguments) |
| Modifier and Type | Class and Description |
|---|---|
class |
TDBoolean |
class |
TDDate |
class |
TDInteger |
class |
TDNumeric |
class |
TDText |
| Modifier and Type | Method and Description |
|---|---|
int |
TDDate.compareTo(TDTypeValue o) |
int |
TDText.compareTo(TDTypeValue o) |
int |
TDInteger.compareTo(TDTypeValue o) |
int |
TDBoolean.compareTo(TDTypeValue o) |
int |
TDNumeric.compareTo(TDTypeValue o) |
Copyright © 2014. All Rights Reserved.