blob: d52e9e7f5a3c70a54236047886422dd3ef647001 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 David Carlson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carlson (Clinical Cloud Solutions, LLC) - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.mdht.uml.fhir.core.resource;
import org.eclipse.mdht.uml.fhir.core.datatype.BackboneElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Expansion Profile Code System</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystem#getInclude <em>Include</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystem#getExclude <em>Exclude</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExpansionProfileCodeSystem()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ExpansionProfile_CodeSystem'"
* @generated
*/
public interface ExpansionProfileCodeSystem extends BackboneElement {
/**
* Returns the value of the '<em><b>Include</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Include</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Include</em>' containment reference.
* @see #setInclude(ExpansionProfileCodeSystemCodeSystemInclude)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExpansionProfileCodeSystem_Include()
* @model containment="true"
* @generated
*/
ExpansionProfileCodeSystemCodeSystemInclude getInclude();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystem#getInclude <em>Include</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Include</em>' containment reference.
* @see #getInclude()
* @generated
*/
void setInclude(ExpansionProfileCodeSystemCodeSystemInclude value);
/**
* Returns the value of the '<em><b>Exclude</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exclude</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Exclude</em>' containment reference.
* @see #setExclude(ExpansionProfileCodeSystemCodeSystemExclude)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExpansionProfileCodeSystem_Exclude()
* @model containment="true"
* @generated
*/
ExpansionProfileCodeSystemCodeSystemExclude getExclude();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystem#getExclude <em>Exclude</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exclude</em>' containment reference.
* @see #getExclude()
* @generated
*/
void setExclude(ExpansionProfileCodeSystemCodeSystemExclude value);
} // ExpansionProfileCodeSystem