Interface ProcessStartedType

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

    public interface ProcessStartedType
    extends EObject
    A representation of the model object 'Process Started Type'. Indicates that this process has been has been accepted by the server, and processing has begun.

    The following features are supported:

    See Also:
    Wps10Package.getProcessStartedType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigInteger getPercentCompleted()
      Returns the value of the 'Percent Completed' attribute.
      String getValue()
      Returns the value of the 'Value' attribute.
      void setPercentCompleted​(BigInteger value)
      Sets the value of the 'Percent Completed' attribute.
      void setValue​(String value)
      Sets the value of the 'Value' attribute.
      • 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

      • getValue

        String getValue()
        Returns the value of the 'Value' attribute. A human-readable text string whose contents are left open to definition by each WPS server, but is expected to include any messages the server may wish to let the clients know. Such information could include how much longer the process may take to execute, or any warning conditions that may have been encountered to date. The client may display this text to a human user.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), Wps10Package.getProcessStartedType_Value()
      • setValue

        void setValue​(String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()