Package net.opengis.wps20
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:
Wps20Package.getContentsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ProcessSummaryType>
getProcessSummary()
Returns the value of the 'Process Summary' containment reference list.
-
-
-
Method Detail
-
getProcessSummary
EList<ProcessSummaryType> getProcessSummary()
Returns the value of the 'Process Summary' containment reference list. The list contents are of typeProcessSummaryType
. 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:
Wps20Package.getContentsType_ProcessSummary()
-
-