blob: d7c8532f4cb12b26bbd210cfce1b63422d83d725 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 David A Carlson.
* 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
*
* $Id$
*******************************************************************************/
package org.eclipse.mdht.uml.term.core.profile;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Value Set Context Binding</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getEffectiveDate <em>Effective Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getConceptDomain <em>Concept Domain</em>}</li>
* <li>{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getValueSet <em>Value Set</em>}</li>
* <li>{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getUsageContext <em>Usage Context</em>}</li>
* <li>{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getBase_Class <em>Base Class</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.term.core.profile.TermPackage#getValueSetContextBinding()
* @model
* @generated
*/
public interface ValueSetContextBinding extends EObject {
/**
* Returns the value of the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Class</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.mdht.uml.term.core.profile.TermPackage#getValueSetContextBinding_Base_Class()
* @model required="true" ordered="false"
* @generated
*/
org.eclipse.uml2.uml.Class getBase_Class();
/**
* Returns the value of the '<em><b>Concept Domain</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Concept Domain</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Concept Domain</em>' reference.
* @see #setConceptDomain(ConceptDomain)
* @see org.eclipse.mdht.uml.term.core.profile.TermPackage#getValueSetContextBinding_ConceptDomain()
* @model required="true" ordered="false"
* @generated
*/
ConceptDomain getConceptDomain();
/**
* Returns the value of the '<em><b>Effective Date</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Effective Date</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Effective Date</em>' attribute.
* @see #setEffectiveDate(String)
* @see org.eclipse.mdht.uml.term.core.profile.TermPackage#getValueSetContextBinding_EffectiveDate()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
String getEffectiveDate();
/**
* Returns the value of the '<em><b>Usage Context</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Usage Context</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Usage Context</em>' reference.
* @see #setUsageContext(UsageContext)
* @see org.eclipse.mdht.uml.term.core.profile.TermPackage#getValueSetContextBinding_UsageContext()
* @model required="true" ordered="false"
* @generated
*/
UsageContext getUsageContext();
/**
* Returns the value of the '<em><b>Value Set</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value Set</em>' reference 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>' reference.
* @see #setValueSet(ValueSetVersion)
* @see org.eclipse.mdht.uml.term.core.profile.TermPackage#getValueSetContextBinding_ValueSet()
* @model required="true" ordered="false"
* @generated
*/
ValueSetVersion getValueSet();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
* @generated
*/
void setBase_Class(org.eclipse.uml2.uml.Class value);
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getConceptDomain <em>Concept Domain</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Concept Domain</em>' reference.
* @see #getConceptDomain()
* @generated
*/
void setConceptDomain(ConceptDomain value);
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getEffectiveDate <em>Effective Date</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Effective Date</em>' attribute.
* @see #getEffectiveDate()
* @generated
*/
void setEffectiveDate(String value);
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getUsageContext <em>Usage Context</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Usage Context</em>' reference.
* @see #getUsageContext()
* @generated
*/
void setUsageContext(UsageContext value);
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.term.core.profile.ValueSetContextBinding#getValueSet <em>Value Set</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value Set</em>' reference.
* @see #getValueSet()
* @generated
*/
void setValueSet(ValueSetVersion value);
} // ValueSetContextBinding