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:
Wps20Package.getDataDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FormatType>
getFormat()
Returns the value of the 'Format' containment reference list.
-
-
-
Method Detail
-
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:
Wps20Package.getDataDescriptionType_Format()
-
-