blob: 7810a15c0eadce48ae74642cb20dd375caa57294 [file] [log] [blame]
/**
*/
package IoTML.Software.Core.Structure;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Type;
import org.eclipse.uml2.uml.ValueSpecification;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Meta Value Specification</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link IoTML.Software.Core.Structure.MetaValueSpecification#getBase_ValueSpecification <em>Base Value Specification</em>}</li>
* <li>{@link IoTML.Software.Core.Structure.MetaValueSpecification#getType <em>Type</em>}</li>
* <li>{@link IoTML.Software.Core.Structure.MetaValueSpecification#getDescription <em>Description</em>}</li>
* </ul>
*
* @see IoTML.Software.Core.Structure.StructurePackage#getMetaValueSpecification()
* @model
* @generated
*/
public interface MetaValueSpecification extends EObject {
/**
* Returns the value of the '<em><b>Base Value Specification</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Value Specification</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 Value Specification</em>' reference.
* @see #setBase_ValueSpecification(ValueSpecification)
* @see IoTML.Software.Core.Structure.StructurePackage#getMetaValueSpecification_Base_ValueSpecification()
* @model required="true" ordered="false"
* @generated
*/
ValueSpecification getBase_ValueSpecification();
/**
* Sets the value of the '{@link IoTML.Software.Core.Structure.MetaValueSpecification#getBase_ValueSpecification <em>Base Value Specification</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Value Specification</em>' reference.
* @see #getBase_ValueSpecification()
* @generated
*/
void setBase_ValueSpecification(ValueSpecification value);
/**
* Returns the value of the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' reference.
* @see #setType(Type)
* @see IoTML.Software.Core.Structure.StructurePackage#getMetaValueSpecification_Type()
* @model transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
Type getType();
/**
* Sets the value of the '{@link IoTML.Software.Core.Structure.MetaValueSpecification#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' reference.
* @see #getType()
* @generated
*/
void setType(Type value);
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see IoTML.Software.Core.Structure.StructurePackage#getMetaValueSpecification_Description()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
String getDescription();
/**
* Sets the value of the '{@link IoTML.Software.Core.Structure.MetaValueSpecification#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
* @generated
*/
void setDescription(String value);
} // MetaValueSpecification