PropertyDescriptor
Leave feedback
On this page
Inheritance: java.lang.Object
public class PropertyDescriptor
Represents a descriptor of a property that can be accessed through the GroupDocs.Metadata search engine.
| Method | Description |
|---|---|
| getName() | Gets the property name. |
| getType() | Gets the property type. |
| getAccessLevel() | Gets the property access level. |
| getTags() | Gets a collection of tags associated with the property. |
| getInterpreter() | Gets the property value interpreter. |
public final String getName()
Gets the property name.
Returns: java.lang.String - The property name.
public final MetadataPropertyType getType()
Gets the property type.
Returns: MetadataPropertyType - The property type.
public PropertyAccessLevels getAccessLevel()
Gets the property access level.
Returns: PropertyAccessLevels - The property access level.
public final IReadOnlyList<PropertyTag> getTags()
Gets a collection of tags associated with the property.
Returns: IReadOnlyList - A collection of tags associated with the property.
public final ValueInterpreter getInterpreter()
Gets the property value interpreter.
Returns: ValueInterpreter - The property value interpreter.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.