Package | Description |
---|---|
org.apache.tika.metadata |
Multi-valued metadata container, and set of constant metadata fields.
|
Modifier and Type | Field and Description |
---|---|
private Property.PropertyType |
Property.propertyType |
Modifier and Type | Method and Description |
---|---|
Property.PropertyType |
Property.getPropertyType() |
static Property.PropertyType |
Property.getPropertyType(java.lang.String key)
Get the type of a property
|
static Property.PropertyType |
Property.PropertyType.valueOf(java.lang.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 |
---|
Property(java.lang.String name,
boolean internal,
Property.PropertyType propertyType,
Property.ValueType valueType) |
Property(java.lang.String name,
boolean internal,
Property.PropertyType propertyType,
Property.ValueType valueType,
java.lang.String[] choices) |
Property(java.lang.String name,
boolean internal,
Property.PropertyType propertyType,
Property.ValueType valueType,
java.lang.String[] choices,
Property primaryProperty,
Property[] secondaryExtractProperties) |
PropertyTypeException(Property.PropertyType unsupportedPropertyType) |
PropertyTypeException(Property.PropertyType expected,
Property.PropertyType found) |