public class PropertyDescriptor extends Object
Represents a descriptor of a property that can be accessed through the GroupDocs.Metadata search engine.
Modifier and Type | Method and Description |
---|---|
int |
getAccessLevel()
Gets the property access level.
|
ValueInterpreter |
getInterpreter()
Gets the property value interpreter.
|
String |
getName()
Gets the property name.
|
IReadOnlyList<PropertyTag> |
getTags()
Gets a collection of tags associated with the property.
|
int |
getType()
Gets the property type.
|
public final String getName()
Gets the property name.
public final int getType()
Gets the property type.
public int getAccessLevel()
Gets the property access level.
public final IReadOnlyList<PropertyTag> getTags()
Gets a collection of tags associated with the property.
public final ValueInterpreter getInterpreter()
Gets the property value interpreter.