Class GcubeQuery
- java.lang.Object
-
- org.gcube.datatransfer.resolver.applicationprofile.GcubeQuery
-
public class GcubeQuery extends Object
The Class GcubeQuery.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Dec 20, 2016
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGcubeQuery.FIELD_TYPEThe Enum FIELD_TYPE.
-
Constructor Summary
Constructors Constructor Description GcubeQuery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetGcubeGenericResource(String secondaryType, GcubeQuery.FIELD_TYPE type, String fieldValue)Gets the gcube generic resource.
-
-
-
Method Detail
-
getGcubeGenericResource
public static String getGcubeGenericResource(String secondaryType, GcubeQuery.FIELD_TYPE type, String fieldValue)
Gets the gcube generic resource.- Parameters:
secondaryType- the secondary typetype- the typefieldValue- the field value- Returns:
- the gcube generic resource
-
-