public class MetadataProperty extends Object
Represents a metadata property.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the property name.
|
IReadOnlyList<PropertyTag> |
getTags()
Gets a collection of tags associated with the property.
|
PropertyValue |
getValue()
Gets the property value.
|
public final String getName()
Gets the property name.
public final PropertyValue getValue()
Gets the property value.
public final IReadOnlyList<PropertyTag> getTags()
Gets a collection of tags associated with the property.