Enum GEOPORTAL_DATA_HANDLER
- java.lang.Object
-
- java.lang.Enum<GEOPORTAL_DATA_HANDLER>
-
- org.gcube.application.geoportalcommon.shared.geoportal.ucd.GEOPORTAL_DATA_HANDLER
-
- All Implemented Interfaces:
Serializable,Comparable<GEOPORTAL_DATA_HANDLER>
public enum GEOPORTAL_DATA_HANDLER extends Enum<GEOPORTAL_DATA_HANDLER>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description geoportal_basic_data_listgeoportal_data_entrygeoportal_data_listgeoportal_timeline_json_templategeoportal_workflow_action_listgna_concessioni_lc
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetType()static GEOPORTAL_DATA_HANDLERvalueOf(String name)Returns the enum constant of this type with the specified name.static GEOPORTAL_DATA_HANDLER[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
geoportal_data_list
public static final GEOPORTAL_DATA_HANDLER geoportal_data_list
-
geoportal_basic_data_list
public static final GEOPORTAL_DATA_HANDLER geoportal_basic_data_list
-
geoportal_data_entry
public static final GEOPORTAL_DATA_HANDLER geoportal_data_entry
-
geoportal_workflow_action_list
public static final GEOPORTAL_DATA_HANDLER geoportal_workflow_action_list
-
geoportal_timeline_json_template
public static final GEOPORTAL_DATA_HANDLER geoportal_timeline_json_template
-
gna_concessioni_lc
public static final GEOPORTAL_DATA_HANDLER gna_concessioni_lc
-
-
Method Detail
-
values
public static GEOPORTAL_DATA_HANDLER[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GEOPORTAL_DATA_HANDLER c : GEOPORTAL_DATA_HANDLER.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GEOPORTAL_DATA_HANDLER valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getId
public String getId()
-
getType
public String getType()
-
-