Package net.opengis.ows20
Interface ManifestType
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
ManifestTypeImpl
A representation of the model object 'Manifest Type'.
Unordered list of one or more groups of references to
remote and/or local resources.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<ReferenceGroupType>
Returns the value of the 'Reference Group' containment reference list.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifier
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
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
-
getReferenceGroup
EList<ReferenceGroupType> getReferenceGroup()Returns the value of the 'Reference Group' containment reference list. The list contents are of typeReferenceGroupType
.If the meaning of the 'Reference Group' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Reference Group' containment reference list.
- See Also:
-