/** */ package org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Point Field'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointField() * @model * @generated */ public interface PointField extends EObject { /** * Returns the value of the 'Name' attribute. * *

* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointField_Name() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.String" required="true" ordered="false" * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointField#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Offset' attribute. * *

* If the meaning of the 'Offset' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Offset' attribute. * @see #setOffset(long) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointField_Offset() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt32" required="true" ordered="false" * @generated */ long getOffset(); /** * Sets the value of the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointField#getOffset Offset}' attribute. * * * @param value the new value of the 'Offset' attribute. * @see #getOffset() * @generated */ void setOffset(long value); /** * Returns the value of the 'Datatype' attribute. * *

* If the meaning of the 'Datatype' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Datatype' attribute. * @see #setDatatype(char) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointField_Datatype() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt8" required="true" ordered="false" * @generated */ char getDatatype(); /** * Sets the value of the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointField#getDatatype Datatype}' attribute. * * * @param value the new value of the 'Datatype' attribute. * @see #getDatatype() * @generated */ void setDatatype(char value); /** * Returns the value of the 'Count' attribute. * *

* If the meaning of the 'Count' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Count' attribute. * @see #setCount(long) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointField_Count() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt32" required="true" ordered="false" * @generated */ long getCount(); /** * Sets the value of the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointField#getCount Count}' attribute. * * * @param value the new value of the 'Count' attribute. * @see #getCount() * @generated */ void setCount(long value); } // PointField