/** */ package org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Header; /** * * A representation of the model object 'Compressed Image'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getCompressedImage() * @model * @generated */ public interface CompressedImage extends EObject { /** * Returns the value of the 'Header' containment reference. * *

* If the meaning of the 'Header' containment reference isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Header' containment reference. * @see #setHeader(Header) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getCompressedImage_Header() * @model containment="true" required="true" ordered="false" * @generated */ Header getHeader(); /** * Sets the value of the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.CompressedImage#getHeader Header}' containment reference. * * * * @param value * the new value of the 'Header' containment reference. * @see #getHeader() * @generated */ void setHeader(Header value); /** * Returns the value of the 'Format' attribute. * *

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

* * * @return the value of the 'Format' attribute. * @see #setFormat(String) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getCompressedImage_Format() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.String" required="true" ordered="false" * @generated */ String getFormat(); /** * Sets the value of the '{@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.CompressedImage#getFormat Format}' attribute. * * * * @param value * the new value of the 'Format' attribute. * @see #getFormat() * @generated */ void setFormat(String value); /** * Returns the value of the 'Data' attribute list. * The list contents are of type {@link java.lang.Character}. * *

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

* * * @return the value of the 'Data' attribute list. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getCompressedImage_Data() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt8" ordered="false" * @generated */ EList getData(); } // CompressedImage