Package org.apache.tika.metadata
Interface XMPIdq
-
public interface XMPIdq
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE_URI
static java.lang.String
PREFIX
static java.lang.String
PREFIX_
The xmpidq prefix followed by the colon delimiterstatic Property
SCHEME
A qualifier providing the name of the formal identification scheme used for an item in the xmp:Identifier array.
-
-
-
Field Detail
-
NAMESPACE_URI
static final java.lang.String NAMESPACE_URI
- See Also:
- Constant Field Values
-
PREFIX
static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
PREFIX_
static final java.lang.String PREFIX_
The xmpidq prefix followed by the colon delimiter- See Also:
- Constant Field Values
-
SCHEME
static final Property SCHEME
A qualifier providing the name of the formal identification scheme used for an item in the xmp:Identifier array.
-
-