Package | Description |
---|---|
com.groupdocs.metadata.core | |
com.groupdocs.metadata.search |
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 © 2021. All rights reserved.