Package net.opengis.cat.csw20
Interface DCMIRecordType
- All Superinterfaces:
AbstractRecordType
,EObject
,Notifier
- All Known Subinterfaces:
RecordType
- All Known Implementing Classes:
DCMIRecordTypeImpl
,RecordTypeImpl
A representation of the model object 'DCMI Record Type'.
This type encapsulates all of the standard DCMI metadata terms,
including the Dublin Core refinements; these terms may be mapped
to the profile-specific information model.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<SimpleLiteral>
Returns the value of the 'DC Element' containment reference list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDCElement
EList<SimpleLiteral> getDCElement()Returns the value of the 'DC Element' containment reference list. The list contents are of typeSimpleLiteral
.If the meaning of the 'DC Element' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'DC Element' containment reference list.
- See Also:
-