/** * * * * $Id$ */ package net.opengis.wps; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.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: *

*

* * @see net.opengis.wps.WpsPackage#getComplexDataCombinationsType() * @model extendedMetaData="name='ComplexDataCombinationsType' kind='elementOnly'" * @generated */ public interface ComplexDataCombinationsType extends EObject { /** * Returns the value of the 'Format' containment reference list. * The list contents are of type {@link net.opengis.wps.ComplexDataDescriptionType}. * * * * A valid combination of MimeType/Encoding/Schema supported for this Input/Output. * * @return the value of the 'Format' containment reference list. * @see net.opengis.wps.WpsPackage#getComplexDataCombinationsType_Format() * @model type="net.opengis.wps.ComplexDataDescriptionType" containment="true" required="true" * extendedMetaData="kind='element' name='Format'" * @generated */ EList getFormat(); } // ComplexDataCombinationsType