Package net.opengis.ows11
Interface OperationsMetadataType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
OperationsMetadataTypeImpl
public interface OperationsMetadataType extends EObject
A representation of the model object 'Operations Metadata Type'.The following features are supported:
- See Also:
Ows11Package.getOperationsMetadataType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getConstraint()
Returns the value of the 'Constraint' containment reference list.Object
getExtendedCapabilities()
Returns the value of the 'Extended Capabilities' containment reference.EList
getOperation()
Returns the value of the 'Operation' containment reference list.EList
getParameter()
Returns the value of the 'Parameter' containment reference list.void
setExtendedCapabilities(Object value)
Sets the value of the 'Extended Capabilities
' attribute.
-
-
-
Method Detail
-
getOperation
EList getOperation()
Returns the value of the 'Operation' containment reference list. The list contents are of typeOperationType
. Metadata for unordered list of all the (requests for) operations that this server interface implements. The list of required and optional operations implemented shall be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Operation' containment reference list.
- See Also:
Ows11Package.getOperationsMetadataType_Operation()
-
getParameter
EList getParameter()
Returns the value of the 'Parameter' containment reference list. The list contents are of typeDomainType
. Optional unordered list of parameter valid domains that each apply to one or more operations which this server interface implements. The list of required and optional parameter domain limitations shall be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Parameter' containment reference list.
- See Also:
Ows11Package.getOperationsMetadataType_Parameter()
-
getConstraint
EList getConstraint()
Returns the value of the 'Constraint' containment reference list. The list contents are of typeDomainType
. Optional unordered list of valid domain constraints on non-parameter quantities that each apply to this server. The list of required and optional constraints shall be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Constraint' containment reference list.
- See Also:
Ows11Package.getOperationsMetadataType_Constraint()
-
getExtendedCapabilities
Object getExtendedCapabilities()
Returns the value of the 'Extended Capabilities' containment reference. Individual software vendors and servers can use this element to provide metadata about any additional server abilities.- Returns:
- the value of the 'Extended Capabilities' containment reference.
- See Also:
#setExtendedCapabilities(EObject)
,Ows11Package.getOperationsMetadataType_ExtendedCapabilities()
-
setExtendedCapabilities
void setExtendedCapabilities(Object value)
Sets the value of the 'Extended Capabilities
' attribute.- Parameters:
value
- the new value of the 'Extended Capabilities' attribute.- See Also:
getExtendedCapabilities()
-
-