Package net.opengis.ows11
Interface ManifestType
- 
- All Superinterfaces:
- BasicIdentificationType,- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- ManifestTypeImpl
 
 public interface ManifestType extends BasicIdentificationType 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:
- Ows11Package.getManifestType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetReferenceGroup()Returns the value of the 'Reference Group' containment reference list.- 
Methods inherited from interface BasicIdentificationTypegetIdentifier, getMetadata, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getReferenceGroupEList 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:
- Ows11Package.getManifestType_ReferenceGroup()
 
 
- 
 
-