net.opengis.wps10
Interface DescribeProcessType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RequestBaseType
All Known Implementing Classes:
DescribeProcessTypeImpl

public interface DescribeProcessType
extends RequestBaseType

A representation of the model object 'Describe Process Type'.

The following features are supported:

See Also:
Wps10Package.getDescribeProcessType()

Method Summary
 org.eclipse.emf.common.util.EList getIdentifier()
          Returns the value of the 'Identifier' containment reference list.
 
Methods inherited from interface net.opengis.wps10.RequestBaseType
getBaseUrl, getLanguage, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setLanguage, setService, setVersion, unsetService, unsetVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIdentifier

org.eclipse.emf.common.util.EList getIdentifier()
Returns the value of the 'Identifier' containment reference list. The list contents are of type CodeType. Unordered list of one or more identifiers of the processes for which the client is requesting detailed descriptions. This element shall be repeated for each process for which a description is requested. These Identifiers are unordered, but the WPS shall return the process descriptions in the order in which they were requested.

Returns:
the value of the 'Identifier' containment reference list.
See Also:
Wps10Package.getDescribeProcessType_Identifier()


Copyright © 1996-2010 Geotools. All Rights Reserved.