Package net.opengis.wfs
Interface GMLObjectTypeListType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GMLObjectTypeListTypeImpl
public interface GMLObjectTypeListType
extends EObject
A representation of the model object 'GML Object Type List Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'GML Object Type' containment reference list.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
-
getGMLObjectType
EList getGMLObjectType()Returns the value of the 'GML Object Type' containment reference list. The list contents are of typeGMLObjectTypeType
. Name of this GML object type, including any namespace prefix- Returns:
- the value of the 'GML Object Type' containment reference list.
- See Also:
-