blob: f6187b75b9734e97d9b9ad495cdae9ce01079499 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.mdht.uml.hl7.datatypes;
import org.eclipse.emf.common.util.EList;
import org.eclipse.mdht.uml.hl7.vocab.EntityNamePartQualifier;
import org.eclipse.mdht.uml.hl7.vocab.EntityNamePartType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>ENXP</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getPartType <em>Part Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getQualifiers <em>Qualifier</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getENXP()
* @model extendedMetaData="kind='mixed'"
* @generated
*/
public interface ENXP extends ST {
/**
* Returns the value of the '<em><b>Part Type</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.mdht.uml.hl7.vocab.EntityNamePartType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Part Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Part Type</em>' attribute.
* @see org.eclipse.mdht.uml.hl7.vocab.EntityNamePartType
* @see #isSetPartType()
* @see #unsetPartType()
* @see #setPartType(EntityNamePartType)
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getENXP_PartType()
* @model unsettable="true" transient="true" ordered="false"
* @generated
*/
EntityNamePartType getPartType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getPartType <em>Part Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Part Type</em>' attribute.
* @see org.eclipse.mdht.uml.hl7.vocab.EntityNamePartType
* @see #isSetPartType()
* @see #unsetPartType()
* @see #getPartType()
* @generated
*/
void setPartType(EntityNamePartType value);
/**
* Unsets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getPartType <em>Part Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetPartType()
* @see #getPartType()
* @see #setPartType(EntityNamePartType)
* @generated
*/
void unsetPartType();
/**
* Returns whether the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getPartType <em>Part Type</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Part Type</em>' attribute is set.
* @see #unsetPartType()
* @see #getPartType()
* @see #setPartType(EntityNamePartType)
* @generated
*/
boolean isSetPartType();
/**
* Returns the value of the '<em><b>Qualifier</b></em>' attribute list.
* The list contents are of type {@link org.eclipse.mdht.uml.hl7.vocab.EntityNamePartQualifier}.
* The literals are from the enumeration {@link org.eclipse.mdht.uml.hl7.vocab.EntityNamePartQualifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Qualifier</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Qualifier</em>' attribute list.
* @see org.eclipse.mdht.uml.hl7.vocab.EntityNamePartQualifier
* @see #isSetQualifiers()
* @see #unsetQualifiers()
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getENXP_Qualifier()
* @model unsettable="true" ordered="false"
* extendedMetaData="kind='attribute'"
* @generated
*/
EList<EntityNamePartQualifier> getQualifiers();
/**
* Unsets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getQualifiers <em>Qualifier</em>}' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetQualifiers()
* @see #getQualifiers()
* @generated
*/
void unsetQualifiers();
/**
* Returns whether the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.ENXP#getQualifiers <em>Qualifier</em>}' attribute list is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Qualifier</em>' attribute list is set.
* @see #unsetQualifiers()
* @see #getQualifiers()
* @generated
*/
boolean isSetQualifiers();
} // ENXP