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

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

/*******************************************************************************
 * 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.Enumerator;

/**
 * 
 * A representation of the model object 'Role Link'.
 * 
 *
 *
 * @see org.openhealthtools.mdht.uml.hl7.rim.RIMPackage#getRoleLink()
 * @model abstract="true"
 * @generated
 */
public interface RoleLink extends InfrastructureRoot {
	/**
	 * 
	 * 
	 * @model kind="operation" required="true" ordered="false"
	 * @generated
	 */
	Enumerator getTypeCode();

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

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

	/**
	 * 
	 * 
	 * @model kind="operation" required="true" ordered="false"
	 *        annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isDefined(\'typeCode\')'"
	 * @generated
	 */
	boolean isTypeCodeDefined();

} // RoleLink




© 2015 - 2024 Weber Informatics LLC | Privacy Policy