| Modifier and Type | Method and Description |
|---|---|
DataType |
CheckNullValuesOnDataTypeChangeRequest.getDataType()
Gets the dataType value for this CheckNullValuesOnDataTypeChangeRequest.
|
DataType |
ChangeColumnDataTypeRequest.getDataType()
Gets the dataType value for this ChangeColumnDataTypeRequest.
|
DataType |
EnterInEditModeRequest.getDataType()
Gets the dataType value for this EnterInEditModeRequest.
|
DataType |
SaveRuleRequest.getType()
Gets the type value for this SaveRuleRequest.
|
DataType |
EditColumnRequest.getType()
Gets the type value for this EditColumnRequest.
|
DataType |
CheckTypeChangeRequest.getType()
Gets the type value for this CheckTypeChangeRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckNullValuesOnDataTypeChangeRequest.setDataType(DataType dataType)
Sets the dataType value for this CheckNullValuesOnDataTypeChangeRequest.
|
void |
ChangeColumnDataTypeRequest.setDataType(DataType dataType)
Sets the dataType value for this ChangeColumnDataTypeRequest.
|
void |
EnterInEditModeRequest.setDataType(DataType dataType)
Sets the dataType value for this EnterInEditModeRequest.
|
void |
SaveRuleRequest.setType(DataType type)
Sets the type value for this SaveRuleRequest.
|
void |
EditColumnRequest.setType(DataType type)
Sets the type value for this EditColumnRequest.
|
void |
CheckTypeChangeRequest.setType(DataType type)
Sets the type value for this CheckTypeChangeRequest.
|
| Constructor and Description |
|---|
ChangeColumnDataTypeRequest(DataType dataType,
String fieldId,
CodelistIdentifier identifier) |
CheckNullValuesOnDataTypeChangeRequest(String codelistReferenceId,
CodelistColumnType columnType,
DataType dataType,
String fieldId,
CodelistIdentifier identifier) |
CheckTypeChangeRequest(String fieldId,
DataType type) |
EditColumnRequest(String fieldId,
DataType type) |
EnterInEditModeRequest(DataType dataType,
String fieldId,
CodelistIdentifier identifier) |
SaveRuleRequest(String description,
FilterCondition filter,
String name,
DataType type) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
CodelistColumnDefinition.getDataType()
Gets the dataType value for this CodelistColumnDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodelistColumnDefinition.setDataType(DataType dataType)
Sets the dataType value for this CodelistColumnDefinition.
|
| Constructor and Description |
|---|
CodelistColumnDefinition(CodelistColumnType columnType,
DataType dataType,
String id,
String label,
String relatedCodelistId) |
| Modifier and Type | Field and Description |
|---|---|
static DataType |
DataType.Boolean |
static DataType |
DataType.Date |
static DataType |
DataType.Float |
static DataType |
DataType.Integer |
static DataType |
DataType.Text |
static DataType |
DataType.Time |
static DataType |
DataType.Timestamp |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromString(String value) |
static DataType |
DataType.fromValue(String value) |
DataType |
RuleItem.getType()
Gets the type value for this RuleItem.
|
DataType |
Key.getType()
Gets the type value for this Key.
|
DataType |
ColumnDefinition.getValueType()
Gets the valueType value for this ColumnDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleItem.setType(DataType type)
Sets the type value for this RuleItem.
|
void |
Key.setType(DataType type)
Sets the type value for this Key.
|
void |
ColumnDefinition.setValueType(DataType valueType)
Sets the valueType value for this ColumnDefinition.
|
| Constructor and Description |
|---|
ColumnDefinition(EntryType columnType,
Dimension dimension,
String dimensionRelatedFieldId,
String id,
Key key,
String label,
DataType valueType) |
Key(String id,
String name,
DataType type) |
RuleItem(String description,
FilterCondition filter,
String humanReadable,
String id,
String name,
DataType type) |
Copyright © 2015. All Rights Reserved.