Interface ContentsType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ContentsTypeImpl

public interface ContentsType extends EObject
A representation of the model object 'Contents Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Process Summary' 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 Details

    • getProcessSummary

      EList<ProcessSummaryType> getProcessSummary()
      Returns the value of the 'Process Summary' containment reference list. The list contents are of type ProcessSummaryType. Unordered list of one or more brief descriptions of all the processes offered by this WPS server.
      Returns:
      the value of the 'Process Summary' containment reference list.
      See Also: