Package | Description |
---|---|
org.apache.tika.metadata |
Multi-valued metadata container, and set of constant metadata fields.
|
Modifier and Type | Method and Description |
---|---|
Property.PropertyType |
Property.getPropertyType() |
static Property.PropertyType |
Property.getPropertyType(String key)
Get the type of a property
|
static Property.PropertyType |
Property.PropertyType.valueOf(String name)
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.
|
Constructor and Description |
---|
PropertyTypeException(Property.PropertyType unsupportedPropertyType) |
PropertyTypeException(Property.PropertyType expected,
Property.PropertyType found) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.