All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openhealthtools.mdht.uml.hl7.rim.InfrastructureRoot Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Copyright (c) 2010, 2011 David A 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 A Carlson (XMLmodeling.com) - initial API and implementation
 *******************************************************************************/
package org.openhealthtools.mdht.uml.hl7.rim;

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.openhealthtools.mdht.uml.hl7.datatypes.CS;
import org.openhealthtools.mdht.uml.hl7.datatypes.II;
import org.openhealthtools.mdht.uml.hl7.vocab.NullFlavor;

/**
 * 
 * A representation of the model object 'Infrastructure Root'.
 * 
 *
 *
 * @see org.openhealthtools.mdht.uml.hl7.rim.RIMPackage#getInfrastructureRoot()
 * @model abstract="true"
 * @generated
 */
public interface InfrastructureRoot extends EObject {
	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	EList getRealmCodes();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	II getTypeId();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	EList getTemplateIds();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	NullFlavor getNullFlavor();

	/**
	 * 
	 * 
	 * @model kind="operation" required="true" ordered="false"
	 * @generated
	 */
	boolean isNullFlavorDefined();

	/**
	 * 
	 * 
	 * @model kind="operation" required="true" ordered="false"
	 * @generated
	 */
	boolean isNullFlavorUndefined();

	/**
	 * 
	 * 
	 * @model required="true" ordered="false"
	 * @generated
	 */
	boolean hasContent();

	/**
	 * 
	 * 
	 * @model required="true" ordered="false" featureNameRequired="true" featureNameOrdered="false"
	 * @generated
	 */
	boolean isDefined(String featureName);

} // InfrastructureRoot




© 2015 - 2024 Weber Informatics LLC | Privacy Policy