Interface OperationsMetadataType

    • Method Detail

      • getOperation

        EList<OperationType> getOperation()
        Returns the value of the 'Operation' containment reference list. The list contents are of type OperationType. 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:
        Ows10Package.getOperationsMetadataType_Operation()
      • getParameter

        EList<DomainType> getParameter()
        Returns the value of the 'Parameter' containment reference list. The list contents are of type DomainType. 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:
        Ows10Package.getOperationsMetadataType_Parameter()
      • getConstraint

        EList<DomainType> getConstraint()
        Returns the value of the 'Constraint' containment reference list. The list contents are of type DomainType. 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:
        Ows10Package.getOperationsMetadataType_Constraint()
      • getExtendedCapabilities

        Object getExtendedCapabilities()
        Returns the value of the 'Extended Capabilities' containment reference.

        If the meaning of the 'Extended Capabilities' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Extended Capabilities' containment reference.
        See Also:
        #setExtendedCapabilities(EObject), Ows10Package.getOperationsMetadataType_ExtendedCapabilities()