public static class MetadataKey.XMP.DublinCore extends Object
Contain DublinCore metadata keys.
Modifier and Type | Field and Description |
---|---|
static XmpMetadataKey |
Creator
Examples of a Creator include a person, an organization, or a service.
|
static XmpMetadataKey |
Date
A date associated with an event in the life cycle of the resource.
|
static XmpMetadataKey |
Description
An account of the content of the resource.
|
static XmpMetadataKey |
Format
The physical or digital manifestation of the resource.
|
static XmpMetadataKey |
Language
A language of the intellectual content of the resource.
|
static XmpMetadataKey |
Title
The name given to the resource.
|
Constructor and Description |
---|
MetadataKey.XMP.DublinCore() |
public static final XmpMetadataKey Creator
Examples of a Creator include a person, an organization, or a service. Represents dc:creator value.
public static final XmpMetadataKey Date
A date associated with an event in the life cycle of the resource. Represents dc:date value.
public static final XmpMetadataKey Description
An account of the content of the resource. Represents dc:description value.
public static final XmpMetadataKey Format
The physical or digital manifestation of the resource. Represents dc:format value.
public static final XmpMetadataKey Language
A language of the intellectual content of the resource. Represents dc:language value.
public static final XmpMetadataKey Title
The name given to the resource. Represents dc:title.
Copyright © 2017. All rights reserved.