blob: d32adc767510e6608064ae1e68dbf61b71399047 [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.emf.common.util.EList;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Module Definition</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getModels <em>Model</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getLibraries <em>Library</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getCodeSystems <em>Code System</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getValueSets <em>Value Set</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getParameters <em>Parameter</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getData <em>Data</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition()
* @model
* @generated
*/
public interface ModuleDefinition extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Identifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Identifier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* Returns the value of the '<em><b>Version</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' reference.
* @see #setVersion(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_Version()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getVersion();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinition#getVersion <em>Version</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' reference.
* @see #getVersion()
* @generated
*/
void setVersion(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Model</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinitionModel}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Model</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Model</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_Model()
* @model containment="true"
* @generated
*/
EList<ModuleDefinitionModel> getModels();
/**
* Returns the value of the '<em><b>Library</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinitionLibrary}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Library</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Library</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_Library()
* @model containment="true"
* @generated
*/
EList<ModuleDefinitionLibrary> getLibraries();
/**
* Returns the value of the '<em><b>Code System</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinitionCodeSystem}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code System</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Code System</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_CodeSystem()
* @model containment="true"
* @generated
*/
EList<ModuleDefinitionCodeSystem> getCodeSystems();
/**
* Returns the value of the '<em><b>Value Set</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinitionValueSet}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value Set</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value Set</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_ValueSet()
* @model containment="true"
* @generated
*/
EList<ModuleDefinitionValueSet> getValueSets();
/**
* Returns the value of the '<em><b>Parameter</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinitionParameter}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Parameter</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Parameter</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_Parameter()
* @model containment="true"
* @generated
*/
EList<ModuleDefinitionParameter> getParameters();
/**
* Returns the value of the '<em><b>Data</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ModuleDefinitionData}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Data</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getModuleDefinition_Data()
* @model containment="true"
* @generated
*/
EList<ModuleDefinitionData> getData();
} // ModuleDefinition