org.gcube.portlets.user.codelistlibrary.common
Class CommonUtil

java.lang.Object
  extended by org.gcube.portlets.user.codelistlibrary.common.CommonUtil

public class CommonUtil
extends java.lang.Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Constructor Summary
CommonUtil()
           
 
Method Summary
static org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodeListType convertCodeListType(CodeListType codeListType)
           
static CodeListType convertCodeListType(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodeListType type)
           
static ColumnType convertColumnType(CodelistColumnType columnType)
           
static CodelistColumnType convertColumnType(ColumnType columnType)
           
static ValueType convertDataType(DataType dataType)
           
static DataType convertValueType(ValueType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonUtil

public CommonUtil()
Method Detail

convertColumnType

public static ColumnType convertColumnType(CodelistColumnType columnType)

convertDataType

public static ValueType convertDataType(DataType dataType)

convertValueType

public static DataType convertValueType(ValueType type)

convertColumnType

public static CodelistColumnType convertColumnType(ColumnType columnType)

convertCodeListType

public static org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodeListType convertCodeListType(CodeListType codeListType)

convertCodeListType

public static CodeListType convertCodeListType(org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodeListType type)