Uses of Class
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType

Packages that use DataType
org.gcube.contentmanagement.timeseriesservice.stubs   
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types   
org.gcube.contentmanagement.timeseriesservice.stubs.types   
 

Uses of DataType in org.gcube.contentmanagement.timeseriesservice.stubs
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs that return DataType
 DataType EnterInEditModeRequest.getDataType()
          Gets the dataType value for this EnterInEditModeRequest.
 DataType CheckNullValuesOnDataTypeChangeRequest.getDataType()
          Gets the dataType value for this CheckNullValuesOnDataTypeChangeRequest.
 DataType ChangeColumnDataTypeRequest.getDataType()
          Gets the dataType value for this ChangeColumnDataTypeRequest.
 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.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type DataType
 void EnterInEditModeRequest.setDataType(DataType dataType)
          Sets the dataType value for this EnterInEditModeRequest.
 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 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.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type DataType
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)
           
 

Uses of DataType in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types that return DataType
 DataType CodelistColumnDefinition.getDataType()
          Gets the dataType value for this CodelistColumnDefinition.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types with parameters of type DataType
 void CodelistColumnDefinition.setDataType(DataType dataType)
          Sets the dataType value for this CodelistColumnDefinition.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types with parameters of type DataType
CodelistColumnDefinition(CodelistColumnType columnType, DataType dataType, String id, String label, String relatedCodelistId)
           
 

Uses of DataType in org.gcube.contentmanagement.timeseriesservice.stubs.types
 

Fields in org.gcube.contentmanagement.timeseriesservice.stubs.types declared as DataType
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
           
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.types that return DataType
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.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.types with parameters of type DataType
 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.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs.types with parameters of type DataType
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 © 2012. All Rights Reserved.