blob: d7a50c74ab5102ddb49d1d9f7b21ea717ad50d6e [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.basecs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Annotation CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.ocl.xtext.basecs.AnnotationCS#getOwnedContents <em>Owned Contents</em>}</li>
* <li>{@link org.eclipse.ocl.xtext.basecs.AnnotationCS#getOwnedReferences <em>Owned References</em>}</li>
* </ul>
*
* @see org.eclipse.ocl.xtext.basecs.BaseCSPackage#getAnnotationCS()
* @model
* @generated
*/
public interface AnnotationCS extends AnnotationElementCS {
/**
* Returns the value of the '<em><b>Owned Contents</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.basecs.ModelElementCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Content</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 Contents</em>' containment reference list.
* @see org.eclipse.ocl.xtext.basecs.BaseCSPackage#getAnnotationCS_OwnedContents()
* @model containment="true"
* @generated
*/
EList<ModelElementCS> getOwnedContents();
/**
* Returns the value of the '<em><b>Owned References</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.basecs.ModelElementRefCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Reference</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 References</em>' containment reference list.
* @see org.eclipse.ocl.xtext.basecs.BaseCSPackage#getAnnotationCS_OwnedReferences()
* @model containment="true"
* @generated
*/
EList<ModelElementRefCS> getOwnedReferences();
} // AnnotationCS