Enum HashTagsOnUpdate
- java.lang.Object
-
- java.lang.Enum<HashTagsOnUpdate>
-
- org.gcube.datacatalogue.grsf_manage_widget.shared.HashTagsOnUpdate
-
- All Implemented Interfaces:
Serializable,Comparable<HashTagsOnUpdate>
public enum HashTagsOnUpdate extends Enum<HashTagsOnUpdate>
A list of hastags to send along the update- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONNECTDISCONNECTGRSF_TYPE_CHANGEDMERGEREVERTED_MERGESDG_FLAG_SETSDG_FLAG_UNSETSHORTNAME_UPDATEDTRACEABILITY_FLAG_SETTRACEABILITY_FLAG_UNSET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetString()static HashTagsOnUpdatevalueOf(String name)Returns the enum constant of this type with the specified name.static HashTagsOnUpdate[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MERGE
public static final HashTagsOnUpdate MERGE
-
REVERTED_MERGE
public static final HashTagsOnUpdate REVERTED_MERGE
-
DISCONNECT
public static final HashTagsOnUpdate DISCONNECT
-
CONNECT
public static final HashTagsOnUpdate CONNECT
-
SHORTNAME_UPDATED
public static final HashTagsOnUpdate SHORTNAME_UPDATED
-
TRACEABILITY_FLAG_SET
public static final HashTagsOnUpdate TRACEABILITY_FLAG_SET
-
TRACEABILITY_FLAG_UNSET
public static final HashTagsOnUpdate TRACEABILITY_FLAG_UNSET
-
SDG_FLAG_SET
public static final HashTagsOnUpdate SDG_FLAG_SET
-
SDG_FLAG_UNSET
public static final HashTagsOnUpdate SDG_FLAG_UNSET
-
GRSF_TYPE_CHANGED
public static final HashTagsOnUpdate GRSF_TYPE_CHANGED
-
-
Method Detail
-
values
public static HashTagsOnUpdate[] 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 (HashTagsOnUpdate c : HashTagsOnUpdate.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HashTagsOnUpdate 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
-
getString
public String getString()
-
-