Package net.opengis.cat.csw20
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:
Csw20Package.getDCMIRecordType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SimpleLiteral>
getDCElement()
Returns the value of the 'DC Element' containment reference list.
-
-
-
Method Detail
-
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:
Csw20Package.getDCMIRecordType_DCElement()
-
-