Uses of Class
org.gcube.application.geoportalcommon.shared.geoportal.ucd.GEOPORTAL_CONFIGURATION_TYPE
-
-
Uses of GEOPORTAL_CONFIGURATION_TYPE in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon with parameters of type GEOPORTAL_CONFIGURATION_TYPE Modifier and Type Method Description static HandlerDeclarationDVConvertToDataValueObjectModel. toHandlerDeclarationDV(org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclaration handlerDeclaration, org.gcube.application.geoportal.common.model.useCaseDescriptor.UseCaseDescriptor ucd, GEOPORTAL_CONFIGURATION_TYPE... readConfigs)To handler declaration DV. -
Uses of GEOPORTAL_CONFIGURATION_TYPE in org.gcube.application.geoportalcommon.shared.geoportal
Methods in org.gcube.application.geoportalcommon.shared.geoportal that return GEOPORTAL_CONFIGURATION_TYPE Modifier and Type Method Description GEOPORTAL_CONFIGURATION_TYPEConfigurationDV. getConfigurationType()Methods in org.gcube.application.geoportalcommon.shared.geoportal with parameters of type GEOPORTAL_CONFIGURATION_TYPE Modifier and Type Method Description voidConfigurationDV. setConfigurationType(GEOPORTAL_CONFIGURATION_TYPE configurationType) -
Uses of GEOPORTAL_CONFIGURATION_TYPE in org.gcube.application.geoportalcommon.shared.geoportal.ucd
Methods in org.gcube.application.geoportalcommon.shared.geoportal.ucd that return GEOPORTAL_CONFIGURATION_TYPE Modifier and Type Method Description static GEOPORTAL_CONFIGURATION_TYPEGEOPORTAL_CONFIGURATION_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static GEOPORTAL_CONFIGURATION_TYPE[]GEOPORTAL_CONFIGURATION_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-