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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Percent Completed' attribute.
    Returns the value of the 'Value' attribute.
    void
    Sets the value of the 'Percent Completed' attribute.
    void
    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 Details

    • 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

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

      BigInteger getPercentCompleted()
      Returns the value of the 'Percent Completed' attribute. Percentage of process that has been completed, where 0 means the process has just started, and 99 means the process is almost complete. This value is expected to be accurate to within ten percent.
      Returns:
      the value of the 'Percent Completed' attribute.
      See Also:
    • setPercentCompleted

      void setPercentCompleted(BigInteger value)
      Sets the value of the 'Percent Completed' attribute.
      Parameters:
      value - the new value of the 'Percent Completed' attribute.
      See Also: