Package net.opengis.wps20
Interface ProcessDescriptionType
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
ProcessDescriptionTypeImpl
A representation of the model object 'Process Description Type'.
Full description of a process.
In this use, the DescriptionType shall describe process properties.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<InputDescriptionType>
getInput()
Returns the value of the 'Input' containment reference list.getLang()
Returns the value of the 'Lang' attribute.EList<OutputDescriptionType>
Returns the value of the 'Output' containment reference list.void
Sets the value of the 'Lang
' attribute.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifier
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
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
-
getInput
EList<InputDescriptionType> getInput()Returns the value of the 'Input' containment reference list. The list contents are of typeInputDescriptionType
. A process can have zero or more inputs.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
-
getOutput
EList<OutputDescriptionType> getOutput()Returns the value of the 'Output' containment reference list. The list contents are of typeOutputDescriptionType
. A process can have one or more outputs.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
-
getLang
String getLang()Returns the value of the 'Lang' attribute. Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 4646. The language tags shall be either complete 5 character codes (e.g. "en-CA"), or abbreviated 2 character codes (e.g. "en"). In addition to the RFC 4646 codes, the server shall support the single special value "*" which is used to indicate "any language".- Returns:
- the value of the 'Lang' attribute.
- See Also:
-
setLang
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
-