PropertyDescriptor
Inheritance: java.lang.Object
public class PropertyDescriptor
Represents a descriptor of a property that can be accessed through the GroupDocs.Metadata search engine.
Methods
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. |
getName()
public final String getName()
Gets the property name.
Returns: java.lang.String - The property name.
getType()
public final MetadataPropertyType getType()
Gets the property type.
Returns: MetadataPropertyType - The property type.
getAccessLevel()
public PropertyAccessLevels getAccessLevel()
Gets the property access level.
Returns: PropertyAccessLevels - The property access level.
getTags()
public final IReadOnlyList<PropertyTag> getTags()
Gets a collection of tags associated with the property.
Returns: IReadOnlyList - A collection of tags associated with the property.
getInterpreter()
public final ValueInterpreter getInterpreter()
Gets the property value interpreter.
Returns: ValueInterpreter - The property value interpreter.