Uses of Enum
org.apache.tika.metadata.Property.PropertyType
Package
Description
Multi-valued metadata container, and set of constant metadata fields.
-
Uses of Property.PropertyType in org.apache.tika.metadata
Modifier and TypeMethodDescriptionProperty.getPropertyType()
static Property.PropertyType
Property.getPropertyType
(String key) Get the type of a propertystatic Property.PropertyType
Returns the enum constant of this type with the specified name.static Property.PropertyType[]
Property.PropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionPropertyTypeException
(Property.PropertyType unsupportedPropertyType) PropertyTypeException
(Property.PropertyType expected, Property.PropertyType found)