Class TLcdDCElemSimpleLiteral
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.dc.model.TLcdDCElemSimpleLiteral
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Represents a Dublin Core metadata
An element can contain a list of any
key-value element, or in other words,
a field of a metadata record.An element can contain a list of any
Object, but in many cases it will be a single String for which
the scheme defines an encoding (e.g. a URI).
Basic keys are defined in the Dublin Core Metadata Element Set (DCMES). The DCMI Metadata Terms extend and refine these keys.
All keys are defined as public QName constants in this class.
See the DCMI website for more information.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final TLcdDataPropertyData content property.static final QNameAn entity responsible for making contributions to the content of the resource.static final QNameThe extent or scope of the content of the resource.static final QNamestatic final QNameAn entity primarily responsible for making the content of the resource.static final QNameA date of an event in the lifecycle of the resource.static final QNamestatic final QNamestatic final QNamestatic final QNameAn account of the content of the resource.static final QNamestatic final QNamestatic final QNameThe physical or digital manifestation of the resource.static final QNamestatic final QNamestatic final QNamestatic final QNameAn unambiguous reference to the resource within a given context.static final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final TLcdDataPropertyData property that maps to thelangattribute.static final QNameA language of the intellectual content of the resource.static final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNameAn entity responsible for making the resource available.static final QNamestatic final QNameA reference to a related resource.static final QNamestatic final QNamestatic final QNameInformation about rights held in and over the resource.static final QNamestatic final TLcdDataPropertyData property that maps to theschemeattribute.static final QNameA Reference to a resource from which the present resource is derived.static final QNamestatic final QNameA topic of the content of the resource.static final QNamestatic final QNamestatic final QNameA name given to the resource.static final QNameThe nature or genre of the content of the resource.static final TLcdDataPropertyData property that holds the type of this instance.static final QName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the content property.getLang()Returns the value of the property that maps to thelangattribute.Returns the value of the property that maps to theschemeattribute.Convenience operation that returns the first value as a String.getType()Returns the value of the property that holds the type of this instance.voidSets the value of the property that maps to thelangattribute.voidSets the value of the property that maps to theschemeattribute.voidSets the value of the property that holds the type of this instance.toString()Methods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
-
Field Details
-
BIBLIOGRAPHIC_CITATION
-
TABLE_OF_CONTENTS
-
ABSTRACT
-
ALTERNATIVE
-
AUDIENCE
-
MEDIATOR
-
EDUCATION_LEVEL
-
ACCESS_RIGHTS
-
LICENSE
-
CREATED
-
VALID
-
AVAILABLE
-
MODIFIED
-
DATE_ACCEPTED
-
DATE_COPYRIGHTED
-
DATE_SUBMITTED
-
ISSUED
-
EXTENT
-
MEDIUM
-
CONFORMS_TO
-
HAS_FORMAT
-
HAS_PART
-
HAS_VERSION
-
IS_FORMAT_OF
-
IS_PART_OF
-
IS_REFERENCED_BY
-
IS_REPLACED_BY
-
IS_REQUIRED_BY
-
IS_VERSION_OF
-
REFERENCES
-
REPLACES
-
REQUIRES
-
SPATIAL
-
TEMPORAL
-
PROVENANCE
-
RIGHTS_HOLDER
-
SCHEME_PROPERTY
Data property that maps to theschemeattribute. The possible values for this property are instances ofURI. -
LANG_PROPERTY
Data property that maps to thelangattribute. The possible values for this property are instances ofString. -
CONTENT_PROPERTY
Data content property. The possible values for this property are instances ofList<Object>. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQNameconstants defined in this class. -
DATE
A date of an event in the lifecycle of the resource. Typically, Date will be associated with the creation or availability of the resource. Recommended best practice for encoding the date value is defined in a profile of ISO 8601 and includes (among others) dates of the form YYYY-MM-DD. -
COVERAGE
The extent or scope of the content of the resource. Typically, Coverage will include spatial location (a place name or geographic coordinates), temporal period (a period label, date, or date range), or jurisdiction (such as a named administrative entity). Recommended best practice is to select a value from a controlled vocabulary (for example, the Thesaurus of Geographic Names [TGN]) and to use, where appropriate, named places or time periods in preference to numeric identifiers such as sets of coordinates or date ranges. -
IDENTIFIER
An unambiguous reference to the resource within a given context. Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system. Formal identification systems include but are not limited to the Uniform Resource Identifier (URI) (including the Uniform Resource Locator (URL)), the Digital Object Identifier (DOI), and the International Standard Book Number (ISBN). -
CREATOR
An entity primarily responsible for making the content of the resource. Examples of Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity. -
SUBJECT
A topic of the content of the resource. Typically, Subject will be expressed as keywords, key phrases, or classification codes that describe a topic of the resource. Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme. -
FORMAT
The physical or digital manifestation of the resource. Typically, Format will include the media-type or dimensions of the resource. Format may be used to identify the software, hardware, or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types defining computer media formats). -
DESCRIPTION
An account of the content of the resource. Examples of Description include, but are not limited to, an abstract, table of contents, reference to a graphical representation of content, or free-text account of the content. -
LANGUAGE
A language of the intellectual content of the resource. Recommended best practice is to use RFC 3066, which, in conjunction with ISO 639, defines two- and three-letter primary language tags with optional subtags. Examples include "en" or "eng" for English, "akk" for Akkadian, and "en-GB" for English used in the United Kingdom. -
SOURCE
A Reference to a resource from which the present resource is derived. The present resource may be derived from the Source resource in whole or in part. Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system. -
TITLE
A name given to the resource. Typically, Title will be a name by which the resource is formally known. -
TYPE
The nature or genre of the content of the resource. Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the DCMI Type Vocabulary). To describe the physical or digital manifestation of the resource, use the Format element. -
RELATION
A reference to a related resource. Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system. -
CONTRIBUTOR
An entity responsible for making contributions to the content of the resource. Examples of Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity. -
RIGHTS
Information about rights held in and over the resource. Typically, Rights will contain a rights management statement for the resource, or reference a service providing such information. Rights information often encompasses Intellectual Property Rights (IPR), Copyright, and various Property Rights. If the Rights element is absent, no assumptions may be made about any rights held in or over the resource. -
PUBLISHER
An entity responsible for making the resource available. Examples of Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.
-
-
Constructor Details
-
TLcdDCElemSimpleLiteral
public TLcdDCElemSimpleLiteral() -
TLcdDCElemSimpleLiteral
-
TLcdDCElemSimpleLiteral
-
-
Method Details
-
getStringValue
Convenience operation that returns the first value as a String.- Returns:
- a String representation of the first value, or null
-
toString
- Overrides:
toStringin classTLcdDataObject
-
getScheme
Returns the value of the property that maps to theschemeattribute.- Returns:
- the value of the
SCHEME_PROPERTYproperty.
-
setScheme
Sets the value of the property that maps to theschemeattribute.- Parameters:
aValue- the value to set for theSCHEME_PROPERTYproperty.
-
getLang
Returns the value of the property that maps to thelangattribute.- Returns:
- the value of the
LANG_PROPERTYproperty.
-
setLang
Sets the value of the property that maps to thelangattribute.- Parameters:
aValue- the value to set for theLANG_PROPERTYproperty.
-
getContent
Returns the value of the content property.- Returns:
- the value of the
CONTENT_PROPERTYproperty.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-