Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.TaggingGroupingValue
-
Packages that use TaggingGroupingValue Package Description org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata -
-
Uses of TaggingGroupingValue in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata that return TaggingGroupingValue Modifier and Type Method Description TaggingGroupingValueFieldAsGroup. getGroupingValue()TaggingGroupingValueFieldAsTag. getTaggingValue()static TaggingGroupingValueTaggingGroupingValue. valueOf(String name)Returns the enum constant of this type with the specified name.static TaggingGroupingValue[]TaggingGroupingValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with parameters of type TaggingGroupingValue Modifier and Type Method Description static List<String>TaggingGroupingValue. getComposedValueGroup(String name, String value, TaggingGroupingValue action)Returns the composed value in case of groupstatic StringTaggingGroupingValue. getComposedValueTag(String name, String value, String separator, TaggingGroupingValue action)Returns the composed value in case of tagvoidFieldAsGroup. setGroupingValue(TaggingGroupingValue groupingValue)voidFieldAsTag. setTaggingValue(TaggingGroupingValue taggingValue)Constructors in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with parameters of type TaggingGroupingValue Constructor Description FieldAsGroup(boolean create, TaggingGroupingValue groupingValue, boolean isPropagateUp)FieldAsTag(Boolean create, String separator, TaggingGroupingValue taggingValue)
-