| Package | Description |
|---|---|
| com.groupdocs.metadata.core |
The com.groupdocs.metadata.core namespace provides main classes allowing working with metadata in all supported formats.
|
| com.groupdocs.metadata.search |
The com.groupdocs.metadata.search namespace contains base classes, utility classes and interfaces used across all formats and metadata standards.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataPropertyType |
MetadataPropertyType.getByRawValue(int rawValue) |
abstract MetadataPropertyType |
ValueInterpreter.getInterpretedValueType()
Gets the type of the interpreted value.
|
MetadataPropertyType |
PropertyDescriptor.getType()
Gets the property type.
|
MetadataPropertyType |
PropertyValue.getType()
Gets the
MetadataPropertyType. |
static MetadataPropertyType |
MetadataPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataPropertyType[] |
MetadataPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataPropertyType |
OfTypeSpecification.getPropertyType()
Gets the type of properties that satisfy the specification.
|
| Constructor and Description |
|---|
OfTypeSpecification(MetadataPropertyType propertyType)
Initializes a new instance of the
OfTypeSpecification class. |
Copyright © 2026. All rights reserved.