blob: 6c4579bbc1843d38ff0a03d3f7efd9dc91d4d3c0 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs;
import org.eclipse.ocl.examples.xtext.base.basecs.TypedRefCS;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Dict Type CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.DictTypeCS#getKeyType <em>Key Type</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.DictTypeCS#getValueType <em>Value Type</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getDictTypeCS()
* @model
* @generated
*/
public interface DictTypeCS
extends TypedRefCS {
/**
* Returns the value of the '<em><b>Key Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Key Type</em>' containment reference isn't
* clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Key Type</em>' containment reference.
* @see #setKeyType(TypedRefCS)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getDictTypeCS_KeyType()
* @model containment="true"
* @generated
*/
TypedRefCS getKeyType();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.DictTypeCS#getKeyType <em>Key Type</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Key Type</em>' containment reference.
* @see #getKeyType()
* @generated
*/
void setKeyType(TypedRefCS value);
/**
* Returns the value of the '<em><b>Value Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value Type</em>' containment reference isn't
* clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value Type</em>' containment reference.
* @see #setValueType(TypedRefCS)
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getDictTypeCS_ValueType()
* @model containment="true"
* @generated
*/
TypedRefCS getValueType();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.DictTypeCS#getValueType <em>Value Type</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Value Type</em>' containment reference.
* @see #getValueType()
* @generated
*/
void setValueType(TypedRefCS value);
} // DictTypeCS