Uses of Class
org.gcube.datatransfer.resolver.applicationprofile.GcubeQuery.FIELD_TYPE
-
Packages that use GcubeQuery.FIELD_TYPE Package Description org.gcube.datatransfer.resolver.applicationprofile -
-
Uses of GcubeQuery.FIELD_TYPE in org.gcube.datatransfer.resolver.applicationprofile
Methods in org.gcube.datatransfer.resolver.applicationprofile that return GcubeQuery.FIELD_TYPE Modifier and Type Method Description static GcubeQuery.FIELD_TYPEGcubeQuery.FIELD_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static GcubeQuery.FIELD_TYPE[]GcubeQuery.FIELD_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.datatransfer.resolver.applicationprofile with parameters of type GcubeQuery.FIELD_TYPE Modifier and Type Method Description static StringGcubeQuery. getGcubeGenericResource(String secondaryType, GcubeQuery.FIELD_TYPE type, String fieldValue)Gets the gcube generic resource.
-