Uses of Class
org.gcube.portlets.user.codelistinterface.common.ColumnType

Packages that use ColumnType
org.gcube.portlets.user.codelistinterface.codelist   
org.gcube.portlets.user.codelistinterface.common   
org.gcube.portlets.user.codelistinterface.curation   
 

Uses of ColumnType in org.gcube.portlets.user.codelistinterface.codelist
 

Methods in org.gcube.portlets.user.codelistinterface.codelist that return ColumnType
 ColumnType CodeListColumn.getType()
           
 

Constructors in org.gcube.portlets.user.codelistinterface.codelist with parameters of type ColumnType
CodeListColumn(java.lang.String id, java.lang.String label, ColumnType type, ValueType valueType, java.lang.String referencedCodeListId)
           
 

Uses of ColumnType in org.gcube.portlets.user.codelistinterface.common
 

Methods in org.gcube.portlets.user.codelistinterface.common that return ColumnType
static ColumnType ColumnType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnType[] ColumnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ColumnType in org.gcube.portlets.user.codelistinterface.curation
 

Methods in org.gcube.portlets.user.codelistinterface.curation that return ColumnType
 ColumnType CurationColumn.getType()
           
 

Methods in org.gcube.portlets.user.codelistinterface.curation with parameters of type ColumnType
 int CurationServiceInterface.countErrors(java.lang.String columnId, ColumnType columnType, java.lang.String referencedColumnId)
           
 void CurationServiceInterface.openEditSession(java.lang.String columnId, ColumnType columnType)
           
 void CurationServiceInterface.openEditSession(java.lang.String columnId, ColumnType columnType, java.lang.String referencedCodeListId)
           
 void CurationServiceInterface.openEditSession(java.lang.String columnId, ColumnType columnType, ValueType valueType)
          Open a new edit session.
 void CurationServiceInterface.setColumnType(java.lang.String columnId, ColumnType type)
          Sets the column type.
 void CurationServiceInterface.setColumnType(java.lang.String columnId, ColumnType columnType, java.lang.String referencedCodeListId)
           
 

Constructors in org.gcube.portlets.user.codelistinterface.curation with parameters of type ColumnType
CurationColumn(java.lang.String id, java.lang.String label, ColumnType type, ValueType valueType, java.lang.String referencedCodeListId)