blob: e44d79a735e73692c4d26f9d8b5b06aa58895a2d [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ModelType.java,v 1.2 2009/02/20 12:55:55 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.emof.QVTOperational;
import org.eclipse.emf.common.util.EList;
import org.eclipse.qvt.declarative.emof.EssentialOCL.OclExpression;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Model Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ModelType#getAdditionalCondition <em>Additional Condition</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ModelType#getConformanceKind <em>Conformance Kind</em>}</li>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ModelType#getMetamodel <em>Metamodel</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getModelType()
* @model
* @generated
*/
public interface ModelType extends org.eclipse.qvt.declarative.emof.EMOF.Class {
/**
* Returns the value of the '<em><b>Additional Condition</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvt.declarative.emof.EssentialOCL.OclExpression}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Additional Condition</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Additional Condition</em>' containment reference list.
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getModelType_AdditionalCondition()
* @model containment="true"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='condOwner'"
* @generated
*/
EList<OclExpression> getAdditionalCondition();
/**
* Returns the value of the '<em><b>Conformance Kind</b></em>' attribute.
* The default value is <code>"effective"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Conformance Kind</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Conformance Kind</em>' attribute.
* @see #setConformanceKind(String)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getModelType_ConformanceKind()
* @model default="effective" dataType="org.eclipse.qvt.declarative.emof.EMOF.String"
* @generated
*/
String getConformanceKind();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.ModelType#getConformanceKind <em>Conformance Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Conformance Kind</em>' attribute.
* @see #getConformanceKind()
* @generated
*/
void setConformanceKind(String value);
/**
* Returns the value of the '<em><b>Metamodel</b></em>' reference list.
* The list contents are of type {@link org.eclipse.qvt.declarative.emof.EMOF.Package}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Metamodel</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Metamodel</em>' reference list.
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getModelType_Metamodel()
* @model required="true"
* @generated
*/
EList<org.eclipse.qvt.declarative.emof.EMOF.Package> getMetamodel();
} // ModelType