Interface DataInputType

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

    public interface DataInputType
    extends EObject
    A representation of the model object 'Data Input Type'. This structure contains information elements to supply input data for process execution.

    The following features are supported:

    See Also:
    Wps20Package.getDataInputType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataType getData()
      Returns the value of the 'Data' containment reference.
      String getId()
      Returns the value of the 'Id' attribute.
      EList<DataInputType> getInput()
      Returns the value of the 'Input' containment reference list.
      ReferenceType getReference()
      Returns the value of the 'Reference' containment reference.
      void setData​(DataType value)
      Sets the value of the 'Data' containment reference.
      void setId​(String value)
      Sets the value of the 'Id' attribute.
      void setReference​(ReferenceType value)
      Sets the value of the 'Reference' containment reference.
      • 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