Package net.opengis.wps10
Interface ProcessDescriptionsType
-
- All Superinterfaces:
EObject,Notifier,ResponseBaseType
- All Known Implementing Classes:
ProcessDescriptionsTypeImpl
public interface ProcessDescriptionsType extends ResponseBaseType
A representation of the model object 'Process Descriptions Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetProcessDescription()Returns the value of the 'Process Description' 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 ResponseBaseType
getLang, getService, getVersion, isSetService, isSetVersion, setLang, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getProcessDescription
EList getProcessDescription()
Returns the value of the 'Process Description' containment reference list. The list contents are of typeProcessDescriptionType. Ordered list of one or more full Process descriptions, listed in the order in which they were requested in the DescribeProcess operation request.- Returns:
- the value of the 'Process Description' containment reference list.
- See Also:
Wps10Package.getProcessDescriptionsType_ProcessDescription()
-
-