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

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

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

Methods in org.gcube.portlets.user.codelistinterface.codelist that return ValueType
 ValueType CodeListColumn.getValueType()
           
 

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

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

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

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

Methods in org.gcube.portlets.user.codelistinterface.curation that return ValueType
 ValueType CurationColumn.getValueType()
           
 

Methods in org.gcube.portlets.user.codelistinterface.curation with parameters of type ValueType
 int CurationServiceInterface.countErrors(java.lang.String columnId, ValueType valueType)
          Counts the number of errors for the specified column and the specified dimension.
 void CurationServiceInterface.openEditSession(java.lang.String columnId, ColumnType columnType, ValueType valueType)
          Open a new edit session.
 

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