Package net.opengis.wps20
Interface DescribeProcessType
- 
- All Superinterfaces:
- EObject,- 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:
- Wps20Package.getDescribeProcessType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CodeType>getIdentifier()Returns the value of the 'Identifier' containment reference list.StringgetLang()Returns the value of the 'Lang' attribute.voidsetLang(String value)Sets the value of the 'Lang' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface RequestBaseTypegetExtension, getService, getVersion, isSetService, isSetVersion, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierEList<CodeType> getIdentifier() Returns the value of the 'Identifier' containment reference list. The list contents are of typeCodeType. One or more identifiers for which the process description shall be obtained. "ALL"" is reserved to retrieve the descriptions for all available process offerings.- Returns:
- the value of the 'Identifier' containment reference list.
- See Also:
- Wps20Package.getDescribeProcessType_Identifier()
 
 - 
getLangString getLang() Returns the value of the 'Lang' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA") in the process description.- Returns:
- the value of the 'Lang' attribute.
- See Also:
- setLang(String),- Wps20Package.getDescribeProcessType_Lang()
 
 
- 
 
-