net.opengis.ows11
Interface ReferenceGroupType

All Superinterfaces:
BasicIdentificationType, DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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 Summary
 org.eclipse.emf.common.util.EList getAbstractReferenceBase()
          Returns the value of the 'Abstract Reference Base' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getAbstractReferenceBaseGroup()
          Returns the value of the 'Abstract Reference Base Group' attribute list.
 
Methods inherited from interface net.opengis.ows11.BasicIdentificationType
getIdentifier, getMetadata, setIdentifier
 
Methods inherited from interface net.opengis.ows11.DescriptionType
getAbstract, getKeywords, getTitle
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAbstractReferenceBaseGroup

org.eclipse.emf.ecore.util.FeatureMap getAbstractReferenceBaseGroup()
Returns the value of the 'Abstract Reference Base Group' attribute list. The list contents are of type FeatureMap.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()

getAbstractReferenceBase

org.eclipse.emf.common.util.EList getAbstractReferenceBase()
Returns the value of the 'Abstract Reference Base' containment reference list. The list contents are of type AbstractReferenceBaseType.

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()


Copyright © 1996-2010 Geotools. All Rights Reserved.