Uses of Class
org.gcube.application.geoportalcommon.shared.geoportal.ucd.GEOPORTAL_DATA_HANDLER
-
Packages that use GEOPORTAL_DATA_HANDLER Package Description org.gcube.application.geoportalcommon org.gcube.application.geoportalcommon.shared.geoportal.ucd -
-
Uses of GEOPORTAL_DATA_HANDLER in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon that return GEOPORTAL_DATA_HANDLER Modifier and Type Method Description static GEOPORTAL_DATA_HANDLERConvertToDataValueObjectModel. to_GEOPORTAL_DATA_HANDLER(String id)To GEOPORTA L DAT A HANDLER. -
Uses of GEOPORTAL_DATA_HANDLER in org.gcube.application.geoportalcommon.shared.geoportal.ucd
Methods in org.gcube.application.geoportalcommon.shared.geoportal.ucd that return GEOPORTAL_DATA_HANDLER Modifier and Type Method Description GEOPORTAL_DATA_HANDLERHandlerDeclarationDV. getDataHandlerType()Gets the data handler type.static GEOPORTAL_DATA_HANDLERGEOPORTAL_DATA_HANDLER. valueOf(String name)Returns the enum constant of this type with the specified name.static GEOPORTAL_DATA_HANDLER[]GEOPORTAL_DATA_HANDLER. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.geoportalcommon.shared.geoportal.ucd with parameters of type GEOPORTAL_DATA_HANDLER Modifier and Type Method Description voidHandlerDeclarationDV. setDataHandlerType(GEOPORTAL_DATA_HANDLER dataHandlerType)Sets the data handler type.Constructors in org.gcube.application.geoportalcommon.shared.geoportal.ucd with parameters of type GEOPORTAL_DATA_HANDLER Constructor Description HandlerDeclarationDV(String id, String type, String itemType, ConfigurationDV<?> configuration, GEOPORTAL_DATA_HANDLER dataHandlerType)Instantiates a new handler declaration DV.
-