Package net.opengis.wfs
Interface OperationsType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
OperationsTypeImpl
public interface OperationsType extends EObjectA representation of the model object 'Operations Type'.The following features are supported:
- See Also:
WfsPackage.getOperationsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetOperation()Returns the value of the 'Operation' attribute list.
-
-
-
Method Detail
-
getOperation
EList getOperation()
Returns the value of the 'Operation' attribute list. The list contents are of typeOperationType. The literals are from the enumerationOperationType.If the meaning of the 'Operation' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operation' attribute list.
- See Also:
OperationType,WfsPackage.getOperationsType_Operation()
-
-