blob: f24ad0c6b670c1897d7a07d27563ed3a94b38d20 [file] [log] [blame]
/**
* Copyright (c) 2010, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.ocl.xtext.essentialoclcs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Map Literal Exp CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.ocl.xtext.essentialoclcs.MapLiteralExpCS#getOwnedParts <em>Owned Parts</em>}</li>
* <li>{@link org.eclipse.ocl.xtext.essentialoclcs.MapLiteralExpCS#getOwnedType <em>Owned Type</em>}</li>
* </ul>
*
* @see org.eclipse.ocl.xtext.essentialoclcs.EssentialOCLCSPackage#getMapLiteralExpCS()
* @model
* @generated
*/
public interface MapLiteralExpCS extends LiteralExpCS
{
/**
* Returns the value of the '<em><b>Owned Parts</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.essentialoclcs.MapLiteralPartCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Parts</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>Owned Parts</em>' containment reference list.
* @see org.eclipse.ocl.xtext.essentialoclcs.EssentialOCLCSPackage#getMapLiteralExpCS_OwnedParts()
* @model containment="true"
* @generated
*/
EList<MapLiteralPartCS> getOwnedParts();
/**
* Returns the value of the '<em><b>Owned Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned 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>Owned Type</em>' containment reference.
* @see #setOwnedType(MapTypeCS)
* @see org.eclipse.ocl.xtext.essentialoclcs.EssentialOCLCSPackage#getMapLiteralExpCS_OwnedType()
* @model containment="true"
* @generated
*/
MapTypeCS getOwnedType();
/**
* Sets the value of the '{@link org.eclipse.ocl.xtext.essentialoclcs.MapLiteralExpCS#getOwnedType <em>Owned Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owned Type</em>' containment reference.
* @see #getOwnedType()
* @generated
*/
void setOwnedType(MapTypeCS value);
} // MapLiteralExpCS