Package | Description |
---|---|
org.apache.tika.metadata |
Multi-valued metadata container, and set of constant metadata fields.
|
Modifier and Type | Field and Description |
---|---|
private Property.ValueType |
Property.valueType |
Modifier and Type | Method and Description |
---|---|
Property.ValueType |
Property.getValueType() |
static Property.ValueType |
Property.ValueType.valueOf(java.lang.String name)
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.
|
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) |
Property(java.lang.String name,
boolean internal,
Property.ValueType valueType) |
Property(java.lang.String name,
boolean internal,
Property.ValueType valueType,
java.lang.String[] choices) |
PropertyTypeException(Property.ValueType expected,
Property.ValueType found) |