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