blob: a4ae577c783bc058547dfaf0674d239149ac3c1f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2022 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:
* Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr
* Fadwa Tmar (CEA LIST) fadwa.tmar@cea.fr
*******************************************************************************/
/**
*/
package org.eclipse.papyrus.opcua.opcuaprofile;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Property;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Base Variable Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getBase_Class <em>Base Class</em>}</li>
* <li>{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getBase_Property <em>Base Property</em>}</li>
* <li>{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getValueRank <em>Value Rank</em>}</li>
* <li>{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getDataType <em>Data Type</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.opcua.opcuaprofile.OPCUAProfilePackage#getBaseVariableType()
* @model
* @generated
*/
public interface BaseVariableType extends EObject {
/**
* Returns the value of the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Class</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.papyrus.opcua.opcuaprofile.OPCUAProfilePackage#getBaseVariableType_Base_Class()
* @model ordered="false"
* @generated
*/
org.eclipse.uml2.uml.Class getBase_Class();
/**
* Sets the value of the '{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
* @generated
*/
void setBase_Class(org.eclipse.uml2.uml.Class value);
/**
* Returns the value of the '<em><b>Base Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Property</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Property</em>' reference.
* @see #setBase_Property(Property)
* @see org.eclipse.papyrus.opcua.opcuaprofile.OPCUAProfilePackage#getBaseVariableType_Base_Property()
* @model ordered="false"
* @generated
*/
Property getBase_Property();
/**
* Sets the value of the '{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getBase_Property <em>Base Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Property</em>' reference.
* @see #getBase_Property()
* @generated
*/
void setBase_Property(Property value);
/**
* Returns the value of the '<em><b>Value Rank</b></em>' attribute.
* The default value is <code>"ValueRank"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value Rank</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value Rank</em>' attribute.
* @see #setValueRank(String)
* @see org.eclipse.papyrus.opcua.opcuaprofile.OPCUAProfilePackage#getBaseVariableType_ValueRank()
* @model default="ValueRank" dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
* @generated
*/
String getValueRank();
/**
* Sets the value of the '{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getValueRank <em>Value Rank</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value Rank</em>' attribute.
* @see #getValueRank()
* @generated
*/
void setValueRank(String value);
/**
* Returns the value of the '<em><b>Data Type</b></em>' attribute.
* The default value is <code>"BaseDataType"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Data Type</em>' attribute.
* @see #setDataType(String)
* @see org.eclipse.papyrus.opcua.opcuaprofile.OPCUAProfilePackage#getBaseVariableType_DataType()
* @model default="BaseDataType" dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
* @generated
*/
String getDataType();
/**
* Sets the value of the '{@link org.eclipse.papyrus.opcua.opcuaprofile.BaseVariableType#getDataType <em>Data Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Data Type</em>' attribute.
* @see #getDataType()
* @generated
*/
void setDataType(String value);
} // BaseVariableType