Uses of Class
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType

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

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

Methods in org.gcube.contentmanagement.timeseriesservice.stubs that return CodelistColumnType
 CodelistColumnType CheckNullValuesOnDataTypeChangeRequest.getColumnType()
          Gets the columnType value for this CheckNullValuesOnDataTypeChangeRequest.
 CodelistColumnType ChangeColumnTypeRequest.getColumnType()
          Gets the columnType value for this ChangeColumnTypeRequest.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type CodelistColumnType
 void CheckNullValuesOnDataTypeChangeRequest.setColumnType(CodelistColumnType columnType)
          Sets the columnType value for this CheckNullValuesOnDataTypeChangeRequest.
 void ChangeColumnTypeRequest.setColumnType(CodelistColumnType columnType)
          Sets the columnType value for this ChangeColumnTypeRequest.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type CodelistColumnType
ChangeColumnTypeRequest(CodelistColumnType columnType, String fieldId, CodelistIdentifier identifier, String relatedCodeListId)
           
CheckNullValuesOnDataTypeChangeRequest(String codelistReferenceId, CodelistColumnType columnType, DataType dataType, String fieldId, CodelistIdentifier identifier)
           
 

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

Fields in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types declared as CodelistColumnType
static CodelistColumnType CodelistColumnType.Annotation
           
static CodelistColumnType CodelistColumnType.Code
           
static CodelistColumnType CodelistColumnType.Description
           
static CodelistColumnType CodelistColumnType.HLChildCode
           
static CodelistColumnType CodelistColumnType.HLParentCode
           
static CodelistColumnType CodelistColumnType.ParentCode
           
static CodelistColumnType CodelistColumnType.Undefined
           
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types that return CodelistColumnType
static CodelistColumnType CodelistColumnType.fromString(String value)
           
static CodelistColumnType CodelistColumnType.fromValue(String value)
           
 CodelistColumnType CodelistColumnDefinition.getColumnType()
          Gets the columnType value for this CodelistColumnDefinition.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types with parameters of type CodelistColumnType
 void CodelistColumnDefinition.setColumnType(CodelistColumnType columnType)
          Sets the columnType value for this CodelistColumnDefinition.
 

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



Copyright © 2012. All Rights Reserved.