org.openhealthtools.mdht.uml.hl7.rim.Participation 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 'Participation'.
*
*
*
* @see org.openhealthtools.mdht.uml.hl7.rim.RIMPackage#getParticipation()
* @model abstract="true"
* @generated
*/
public interface Participation extends InfrastructureRoot {
/**
*
*
* @model kind="operation" required="true" ordered="false"
* @generated
*/
Enumerator getTypeCode();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* @generated
*/
Act getAct();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* @generated
*/
Role getRole();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isDefined(\'typeCode\')'"
* @generated
*/
boolean isTypeCodeDefined();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isDefined(\'contextControlCode\')'"
* @generated
*/
boolean isContextControlCodeDefined();
} // Participation