Package net.opengis.wps20
Interface DataDescriptionType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
BoundingBoxDataType
,ComplexDataType
,LiteralDataType
- All Known Implementing Classes:
BoundingBoxDataTypeImpl
,ComplexDataTypeImpl
,DataDescriptionTypeImpl
,LiteralDataTypeImpl
public interface DataDescriptionType
extends EObject
A representation of the model object 'Data Description Type'.
Description type for process or input/output data items.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<FormatType>
Returns the value of the 'Format' 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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFormat
EList<FormatType> getFormat()Returns the value of the 'Format' containment reference list. The list contents are of typeFormatType
.- Returns:
- the value of the 'Format' containment reference list.
- See Also:
-