Interface DCMIRecordType

All Superinterfaces:
AbstractRecordType, EObject, Notifier
All Known Subinterfaces:
RecordType
All Known Implementing Classes:
DCMIRecordTypeImpl, RecordTypeImpl

public interface DCMIRecordType extends AbstractRecordType
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 Type
    Method
    Description
    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 type SimpleLiteral.

      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: