blob: 62cc14eb1f38d6d1ac8260655c004d5ca51f32ea [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>Submodel Element Abstract T</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getIdShort <em>Id Short</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getCategory <em>Category</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getDescription <em>Description</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getParent <em>Parent</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getSemanticId <em>Semantic Id</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getEmbeddedDataSpecification <em>Embedded Data Specification</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getKind <em>Kind</em>}</li>
* <li>{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getQualifier <em>Qualifier</em>}</li>
* </ul>
*
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT()
* @model extendedMetaData="name='submodelElementAbstract_t' kind='elementOnly'"
* @generated
*/
public interface SubmodelElementAbstractT extends EObject {
/**
* Returns the value of the '<em><b>Id Short</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Id Short</em>' containment reference.
* @see #setIdShort(IdShortT)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_IdShort()
* @model containment="true"
* extendedMetaData="kind='element' name='idShort' namespace='##targetNamespace'"
* @generated
*/
IdShortT getIdShort();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getIdShort <em>Id Short</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id Short</em>' containment reference.
* @see #getIdShort()
* @generated
*/
void setIdShort(IdShortT value);
/**
* Returns the value of the '<em><b>Category</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Category</em>' attribute.
* @see #setCategory(String)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_Category()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='element' name='category' namespace='##targetNamespace'"
* @generated
*/
String getCategory();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getCategory <em>Category</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Category</em>' attribute.
* @see #getCategory()
* @generated
*/
void setCategory(String value);
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(LangStringsT)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
* @generated
*/
LangStringsT getDescription();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getDescription <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' containment reference.
* @see #getDescription()
* @generated
*/
void setDescription(LangStringsT value);
/**
* Returns the value of the '<em><b>Parent</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Parent</em>' attribute.
* @see #setParent(String)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_Parent()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='element' name='parent' namespace='##targetNamespace'"
* @generated
*/
String getParent();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getParent <em>Parent</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Parent</em>' attribute.
* @see #getParent()
* @generated
*/
void setParent(String value);
/**
* Returns the value of the '<em><b>Semantic Id</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Semantic Id</em>' containment reference.
* @see #setSemanticId(SemanticIdT)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_SemanticId()
* @model containment="true"
* extendedMetaData="kind='element' name='semanticId' namespace='##targetNamespace'"
* @generated
*/
SemanticIdT getSemanticId();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getSemanticId <em>Semantic Id</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Semantic Id</em>' containment reference.
* @see #getSemanticId()
* @generated
*/
void setSemanticId(SemanticIdT value);
/**
* Returns the value of the '<em><b>Embedded Data Specification</b></em>' containment reference list.
* The list contents are of type {@link io.shell.admin.aas._1._0.EmbeddedDataSpecificationT}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Embedded Data Specification</em>' containment reference list.
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_EmbeddedDataSpecification()
* @model containment="true"
* extendedMetaData="kind='element' name='embeddedDataSpecification' namespace='##targetNamespace'"
* @generated
*/
EList<EmbeddedDataSpecificationT> getEmbeddedDataSpecification();
/**
* Returns the value of the '<em><b>Kind</b></em>' attribute.
* The literals are from the enumeration {@link io.shell.admin.aas._1._0.KindType}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Kind</em>' attribute.
* @see io.shell.admin.aas._1._0.KindType
* @see #isSetKind()
* @see #unsetKind()
* @see #setKind(KindType)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_Kind()
* @model unsettable="true"
* extendedMetaData="kind='element' name='kind' namespace='##targetNamespace'"
* @generated
*/
KindType getKind();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Kind</em>' attribute.
* @see io.shell.admin.aas._1._0.KindType
* @see #isSetKind()
* @see #unsetKind()
* @see #getKind()
* @generated
*/
void setKind(KindType value);
/**
* Unsets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetKind()
* @see #getKind()
* @see #setKind(KindType)
* @generated
*/
void unsetKind();
/**
* Returns whether the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getKind <em>Kind</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Kind</em>' attribute is set.
* @see #unsetKind()
* @see #getKind()
* @see #setKind(KindType)
* @generated
*/
boolean isSetKind();
/**
* Returns the value of the '<em><b>Qualifier</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Qualifier</em>' containment reference.
* @see #setQualifier(ConstraintT)
* @see io.shell.admin.aas._1._0._0Package#getSubmodelElementAbstractT_Qualifier()
* @model containment="true"
* extendedMetaData="kind='element' name='qualifier' namespace='##targetNamespace'"
* @generated
*/
ConstraintT getQualifier();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.SubmodelElementAbstractT#getQualifier <em>Qualifier</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Qualifier</em>' containment reference.
* @see #getQualifier()
* @generated
*/
void setQualifier(ConstraintT value);
} // SubmodelElementAbstractT