blob: 945ecc805c6ad8b9492ddcaa3a8d243995e5f583 [file] [log] [blame]
/**
* ****************************************************************************
* Copyright (c) 2020 CEA LIST.
*
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Asma Smaoui (CEA LIST) asma.smaoui@cea.fr - Initial API and implementation
*
* ****************************************************************************
*/
package io.shell.admin.aas._1._0;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Contained Elements T</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link io.shell.admin.aas._1._0.ContainedElementsT#getContainedElementRef <em>Contained Element Ref</em>}</li>
* </ul>
*
* @see io.shell.admin.aas._1._0._0Package#getContainedElementsT()
* @model extendedMetaData="name='containedElements_t' kind='elementOnly'"
* @generated
*/
public interface ContainedElementsT extends EObject {
/**
* Returns the value of the '<em><b>Contained Element Ref</b></em>' containment reference list.
* The list contents are of type {@link io.shell.admin.aas._1._0.ReferenceT}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Contained Element Ref</em>' containment reference list.
* @see io.shell.admin.aas._1._0._0Package#getContainedElementsT_ContainedElementRef()
* @model containment="true"
* extendedMetaData="kind='element' name='containedElementRef' namespace='##targetNamespace'"
* @generated
*/
EList<ReferenceT> getContainedElementRef();
} // ContainedElementsT