/** * * * Copyright (c) 2012 E.D.Willink 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: * E.D.Willink - initial API and implementation * * * * $Id$ */ package org.eclipse.qvtd.xtext.qvtrelationcst; import org.eclipse.emf.common.util.EList; import org.eclipse.ocl.examples.pivot.Element; import org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS; /** * * A representation of the model object 'Unit CS'. * * *

* The following features are supported: *

*

* * @see org.eclipse.qvtd.xtext.qvtrelationcst.QVTrelationCSTPackage#getUnitCS() * @model * @generated */ public interface UnitCS extends ElementCS { /** * Returns the value of the 'Identifier' reference list. * The list contents are of type {@link org.eclipse.ocl.examples.pivot.Element}. * *

* If the meaning of the 'Identifier' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Identifier' reference list. * @see org.eclipse.qvtd.xtext.qvtrelationcst.QVTrelationCSTPackage#getUnitCS_Identifier() * @model required="true" * @generated */ EList getIdentifier(); } // UnitCS