| Package | Description |
|---|---|
| org.gcube.common.metadataprofilediscovery.adapter | |
| org.gcube.common.metadataprofilediscovery.jaxb |
| Modifier and Type | Method and Description |
|---|---|
TaggingGroupingValue |
TaggingGroupingAdapter.unmarshal(String dt) |
| Modifier and Type | Method and Description |
|---|---|
String |
TaggingGroupingAdapter.marshal(TaggingGroupingValue dt) |
| Modifier and Type | Method and Description |
|---|---|
static TaggingGroupingValue |
TaggingGroupingValue.fromValue(String value)
From value.
|
TaggingGroupingValue |
MetadataGrouping.getGroupingValue()
Gets the grouping value.
|
TaggingGroupingValue |
MetadataTagging.getTaggingValue()
Gets the tagging value.
|
static TaggingGroupingValue |
TaggingGroupingValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataGrouping.setGroupingValue(TaggingGroupingValue groupingValue)
Sets the grouping value.
|
void |
MetadataTagging.setTaggingValue(TaggingGroupingValue taggingValue)
Sets the tagging value.
|
| Constructor and Description |
|---|
MetadataGrouping(Boolean create,
TaggingGroupingValue groupingValue)
Instantiates a new metadata grouping.
|
MetadataTagging(Boolean create,
String separator,
TaggingGroupingValue taggingValue)
Instantiates a new metadata tagging.
|
Copyright © 2020. All Rights Reserved.