public interface MetakeyCore
String
.
Exceptions will be documented explicitly in the javadoc.Modifier and Type | Field and Description |
---|---|
static String |
CONTRIBUTOR
The object(s) that contributed for the content, typically the name of a person.
|
static String |
CREATION_DATE
The date of creation of this content.
|
static String |
CREATOR
The object(s) who created the content, typically the name of a person (but may also be the name of a company or a
software that generated the content).
|
static String |
DESCRIPTION
A short description (abstract) of the content.
|
static String |
EXTENT
ATTENTION:
This property is too generic. |
static String |
FILE_SIZE
The size of the file containing the content.
|
static String |
FILE_TYPE
The type of the file containing the content.
|
static String |
FORMAT
ATTENTION:
This property is too generic. |
static String |
KEYWORDS
The keywords (tags) that categorize this content.
|
static String |
LANGUAGE
The (main) language of the content according to RFC-4646.
|
static String |
MEDIUM
The material or physical carrier of the resource.
|
static String |
PUBLISHER
The object(s) that published the content, typically the name of a person.
|
static String |
SOURCE
The source where this content origins from.
|
static String |
SUBTITLE
The subtitle of the content.
|
static String |
TITLE
The official title of the content.
|
static final String TITLE
DCMI Name: | title |
DCMI Definition: | A name given to the resource. |
DCMI URI: | http://purl.org/dc/terms/title |
static final String SUBTITLE
TITLE
. static final String DESCRIPTION
DCMI Name: | description |
DCMI Definition: | An account of the resource. |
DCMI URI: | http://purl.org/dc/terms/description |
static final String CREATOR
DCMI Name: | creator |
DCMI Definition: | An entity primarily responsible for making the resource. |
DCMI URI: | http://purl.org/dc/terms/creator |
static final String PUBLISHER
DCMI Name: | publisher |
DCMI Definition: | An entity responsible for making the resource available. |
DCMI URI: | http://purl.org/dc/terms/publisher |
static final String CONTRIBUTOR
DCMI Name: | contributor |
DCMI Definition: | An entity responsible for making contributions to the resource. |
DCMI URI: | http://purl.org/dc/terms/contributor |
static final String LANGUAGE
DCMI Name: | language |
DCMI Definition: | A language of the resource. |
DCMI URI: | http://purl.org/dc/terms/language |
static final String KEYWORDS
static final String CREATION_DATE
Date
-object if possible; in case of string-representation
in the form "YYYY[-mm-DD]".static final String SOURCE
static final String MEDIUM
static final String FILE_SIZE
static final String FILE_TYPE
static final String EXTENT
FILE_SIZE
or MetakeyAudioVideo.DURATION
instead.
DCMI Name: | extent |
DCMI Definition: | The size or duration of the resource. |
DCMI URI: | http://purl.org/dc/terms/extent |
static final String FORMAT
FILE_TYPE
instead.
DCMI Name: | format |
DCMI Definition: | The file format, physical medium, or dimensions of the resource. |
DCMI URI: | http://purl.org/dc/terms/format |
Copyright © 2001–2016 mmm-Team. All rights reserved.