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:
WfsPackage.getGMLObjectTypeListType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getGMLObjectType()
Returns the value of the 'GML Object Type' containment reference list.
-
-
-
Method Detail
-
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:
WfsPackage.getGMLObjectTypeListType_GMLObjectType()
-
-