Package org.apache.tika.metadata
Interface XMP
- 
 public interface XMP
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyABOUTUnordered text strings of advisories.static PropertyADVISORYUnordered text strings of advisories.static PropertyCREATE_DATEThe date and time the resource was created.static PropertyCREATOR_TOOLThe name of the first known tool used to create the resource.static PropertyIDENTIFIERAn unordered array of text strings that unambiguously identify the resource within a given context.static PropertyLABELA word or short phrase that identifies a resource as a member of a userdefined collection.static PropertyMETADATA_DATEThe date and time that any metadata for this resource was last changed.static PropertyMODIFY_DATEThe date and time the resource was last modified.static StringNAMESPACE_URIstatic PropertyNICKNAMEA word or short phrase that represents the nick name fo the filestatic StringPREFIXstatic StringPREFIX_The xmp prefix followed by the colon delimiterstatic PropertyRATINGA user-assigned rating for this file.
 
- 
- 
- 
Field Detail- 
NAMESPACE_URIstatic final String NAMESPACE_URI - See Also:
- Constant Field Values
 
 - 
PREFIXstatic final String PREFIX - See Also:
- Constant Field Values
 
 - 
PREFIX_static final String PREFIX_ The xmp prefix followed by the colon delimiter- See Also:
- Constant Field Values
 
 - 
ABOUTstatic final Property ABOUT Unordered text strings of advisories.
 - 
ADVISORYstatic final Property ADVISORY Unordered text strings of advisories.
 - 
CREATE_DATEstatic final Property CREATE_DATE The date and time the resource was created. For a digital file, this need not match a file-system creation time. For a freshly created resource, it should be close to that time, modulo the time taken to write the file. Later file transfer, copying, and so on, can make the file-system time arbitrarily different.
 - 
CREATOR_TOOLstatic final Property CREATOR_TOOL The name of the first known tool used to create the resource.
 - 
IDENTIFIERstatic final Property IDENTIFIER An unordered array of text strings that unambiguously identify the resource within a given context. An array item may be qualified with xmpidq:Scheme (see 8.7, “xmpidq namespace”) to denote the formal identification system to which that identifier conforms.
 - 
LABELstatic final Property LABEL A word or short phrase that identifies a resource as a member of a userdefined collection.
 - 
METADATA_DATEstatic final Property METADATA_DATE The date and time that any metadata for this resource was last changed. It should be the same as or more recent than xmp:ModifyDate
 - 
MODIFY_DATEstatic final Property MODIFY_DATE The date and time the resource was last modified.
 - 
NICKNAMEstatic final Property NICKNAME A word or short phrase that represents the nick name fo the file
 - 
RATINGstatic final Property RATING A user-assigned rating for this file. The value shall be -1 or in the range [0..5], where -1 indicates “rejected” and 0 indicates “unrated”. If xmp:Rating is not present, a value of 0 should be assumed.
 
- 
 
-