Interface DataInputsType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    DataInputsTypeImpl

    public interface DataInputsType
    extends EObject
    A representation of the model object 'Data Inputs Type'.

    The following features are supported:

    See Also:
    Wps10Package.getDataInputsType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getInput()
      Returns the value of the 'Input' 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 Detail

      • getInput

        EList getInput()
        Returns the value of the 'Input' containment reference list. The list contents are of type InputDescriptionType. Unordered list of one or more descriptions of the inputs that can be accepted by this process, including all required and optional inputs. Where an input is optional because a default value exists, that default value must be identified in the "ows:Abstract" element for that input, except in the case of LiteralData, where the default must be indicated in the corresponding ows:DefaultValue element. Where an input is optional because it depends on the value(s) of other inputs, this must be indicated in the ows:Abstract element for that input.
        Returns:
        the value of the 'Input' containment reference list.
        See Also:
        Wps10Package.getDataInputsType_Input()