| 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 |
Column.getCreationDefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setCreationDefaultValue(TDTypeValue creationDefaultValue) |
| Modifier and Type | Method and Description |
|---|---|
TDTypeValue |
IntegerType.fromString(String value) |
TDTypeValue |
DateType.fromString(String value) |
TDTypeValue |
BooleanType.fromString(String value) |
TDTypeValue |
GeometryType.fromString(String value) |
TDTypeValue |
TextType.fromString(String value) |
TDTypeValue |
NumericType.fromString(String value) |
abstract TDTypeValue |
DataType.fromString(String value) |
TDTypeValue |
IntegerType.getDefaultValue() |
TDTypeValue |
DateType.getDefaultValue() |
TDTypeValue |
BooleanType.getDefaultValue() |
TDTypeValue |
GeometryType.getDefaultValue() |
TDTypeValue |
TextType.getDefaultValue() |
TDTypeValue |
NumericType.getDefaultValue() |
abstract TDTypeValue |
DataType.getDefaultValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
TDBoolean |
class |
TDDate |
class |
TDGeometry |
class |
TDInteger |
class |
TDNumeric |
class |
TDText |
| Modifier and Type | Method and Description |
|---|---|
int |
TDDate.compareTo(TDTypeValue o) |
int |
TDText.compareTo(TDTypeValue o) |
int |
TDGeometry.compareTo(TDTypeValue o) |
int |
TDInteger.compareTo(TDTypeValue o) |
int |
TDBoolean.compareTo(TDTypeValue o) |
int |
TDNumeric.compareTo(TDTypeValue o) |
| Modifier and Type | Method and Description |
|---|---|
TDTypeValue |
HarmonizationRule.getToChangeValue() |
TDTypeValue |
HarmonizationRule.getToSetValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
HarmonizationRule.setToChangeValue(TDTypeValue toChangeValue) |
void |
HarmonizationRule.setToSetValue(TDTypeValue toSetValue) |
| Constructor and Description |
|---|
HarmonizationRule(TDTypeValue toChangeValue,
TDTypeValue toSetValue,
ColumnLocalId reference)
SET DATASET.TARGET_COLUMN=TO_CHANGE_VALUE WHERE DATASET.TARGET_COLUMN=TO_SET_VALUE
|
HarmonizationRule(TDTypeValue toChangeValue,
TDTypeValue toSetValue,
ColumnLocalId reference,
Boolean enabled,
String toChangeValueDescription,
String toSetValueDescription) |
Copyright © 2015. All Rights Reserved.