org.eclipse.ocl.cst.TupleLiteralExpCS Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc., 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 - Initial API and implementation
* Zeligsoft - Bug 243976
*
*
*
* $Id: TupleLiteralExpCS.java,v 1.4 2009/12/22 18:42:30 ewillink Exp $
*/
package org.eclipse.ocl.cst;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Tuple Literal Exp CS'.
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.ocl.cst.TupleLiteralExpCS#getVariables Variables}
*
*
*
* @see org.eclipse.ocl.cst.CSTPackage#getTupleLiteralExpCS()
* @model
* @generated
*/
public interface TupleLiteralExpCS
extends LiteralExpCS {
/**
* Returns the value of the 'Variables' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.cst.VariableCS}.
*
*
* If the meaning of the 'Variables' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Variables' containment reference list.
* @see org.eclipse.ocl.cst.CSTPackage#getTupleLiteralExpCS_Variables()
* @model containment="true"
* @generated
*/
EList getVariables();
} // TupleLiteralExpCS