blob: 93adc25b71facec199c6b8bd1f0809402ff5baea [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Parameters</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This special resource type is used to represent an operation request and response (operations.html). It has no other use, and there is no RESTful endpoint associated with it.
* If the element is present, it must have either a @value, an @id, or extensions
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.Parameters#getParameter <em>Parameter</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getParameters()
* @model extendedMetaData="name='Parameters' kind='elementOnly'"
* @generated
*/
public interface Parameters extends Resource {
/**
* Returns the value of the '<em><b>Parameter</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.ParametersParameter}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A parameter passed to or received from the operation.
* <!-- end-model-doc -->
* @return the value of the '<em>Parameter</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getParameters_Parameter()
* @model containment="true"
* extendedMetaData="kind='element' name='parameter' namespace='##targetNamespace'"
* @generated
*/
EList<ParametersParameter> getParameter();
} // Parameters