blob: 74e37ae6de408d54d3259b5e28e06e609aaf74ab [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>Concept Descriptions T</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link io.shell.admin.aas._1._0.ConceptDescriptionsT#getConceptDescription <em>Concept Description</em>}</li>
* </ul>
*
* @see io.shell.admin.aas._1._0._0Package#getConceptDescriptionsT()
* @model extendedMetaData="name='conceptDescriptions_t' kind='elementOnly'"
* @generated
*/
public interface ConceptDescriptionsT extends EObject {
/**
* Returns the value of the '<em><b>Concept Description</b></em>' containment reference list.
* The list contents are of type {@link io.shell.admin.aas._1._0.ConceptDescriptionT}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Concept Description</em>' containment reference list.
* @see io.shell.admin.aas._1._0._0Package#getConceptDescriptionsT_ConceptDescription()
* @model containment="true"
* extendedMetaData="kind='element' name='conceptDescription' namespace='##targetNamespace'"
* @generated
*/
EList<ConceptDescriptionT> getConceptDescription();
} // ConceptDescriptionsT