Package net.opengis.wps10
Interface ComplexDataCombinationsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ComplexDataCombinationsTypeImpl
public interface ComplexDataCombinationsType extends EObject
A representation of the model object 'Complex Data Combinations Type'. Identifies valid combinations of Format, Encoding, and Schema supported for this input or output. The process shall expect input in or produce output in this combination of Format/Encoding/Schema unless the Execute request specifies otherwise..The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getFormat()
Returns the value of the 'Format' containment reference list.
-
-
-
Method Detail
-
getFormat
EList getFormat()
Returns the value of the 'Format' containment reference list. The list contents are of typeComplexDataDescriptionType
. A valid combination of MimeType/Encoding/Schema supported for this Input/Output.- Returns:
- the value of the 'Format' containment reference list.
- See Also:
Wps10Package.getComplexDataCombinationsType_Format()
-
-