Package net.opengis.ows11
Interface ReferenceGroupType
- 
- All Superinterfaces:
- BasicIdentificationType,- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- ReferenceGroupTypeImpl
 
 public interface ReferenceGroupType extends BasicIdentificationType A representation of the model object 'Reference Group Type'. Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group.The following features are supported: - See Also:
- Ows11Package.getReferenceGroupType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetAbstractReferenceBase()Returns the value of the 'Abstract Reference Base' containment reference list.FeatureMapgetAbstractReferenceBaseGroup()Returns the value of the 'Abstract Reference Base Group' attribute list.- 
Methods inherited from interface BasicIdentificationTypegetIdentifier, getMetadata, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getAbstractReferenceBaseGroupFeatureMap getAbstractReferenceBaseGroup() Returns the value of the 'Abstract Reference Base Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Abstract Reference Base Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Abstract Reference Base Group' attribute list.
- See Also:
- Ows11Package.getReferenceGroupType_AbstractReferenceBaseGroup()
 
 - 
getAbstractReferenceBaseEList getAbstractReferenceBase() Returns the value of the 'Abstract Reference Base' containment reference list. The list contents are of typeAbstractReferenceBaseType.If the meaning of the 'Abstract Reference Base' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Abstract Reference Base' containment reference list.
- See Also:
- Ows11Package.getReferenceGroupType_AbstractReferenceBase()
 
 
- 
 
-