| 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 | Method and Description |
|---|---|
TDTypeValue |
IntegerType.getDefaultValue() |
TDTypeValue |
GeometryType.getDefaultValue() |
TDTypeValue |
TextType.getDefaultValue() |
TDTypeValue |
BooleanType.getDefaultValue() |
TDTypeValue |
NumericType.getDefaultValue() |
TDTypeValue |
DateType.getDefaultValue() |
abstract TDTypeValue |
DataType.getDefaultValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
TDBoolean |
class |
TDDate |
class |
TDInteger |
class |
TDNumeric |
class |
TDText |
| Modifier and Type | Method and Description |
|---|---|
int |
TDNumeric.compareTo(TDTypeValue o) |
int |
TDInteger.compareTo(TDTypeValue o) |
int |
TDDate.compareTo(TDTypeValue o) |
int |
TDBoolean.compareTo(TDTypeValue o) |
int |
TDText.compareTo(TDTypeValue o) |
Copyright © 2014. All Rights Reserved.