public interface EncodingSettings extends IdentifiableElement
The following features are supported:
sensidlPackage.getEncodingSettings()| Modifier and Type | Method and Description |
|---|---|
int |
getAlignment()
Returns the value of the 'Alignment' attribute.
|
Coding |
getCoding()
Returns the value of the 'Coding' attribute.
|
Endianness |
getEndianness()
Returns the value of the 'Endianness' attribute.
|
SensorInterface |
getSensorInterface()
Returns the value of the 'Sensor Interface' container reference.
|
void |
setAlignment(int value)
Sets the value of the '
Alignment' attribute. |
void |
setCoding(Coding value)
Sets the value of the '
Coding' attribute. |
void |
setEndianness(Endianness value)
Sets the value of the '
Endianness' attribute. |
void |
setSensorInterface(SensorInterface value)
Sets the value of the '
Sensor Interface' container reference. |
getID, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverSensorInterface getSensorInterface()
Encoding Settings'.
If the meaning of the 'Sensor Interface' container reference isn't clear, there really should be more of a description here...
setSensorInterface(SensorInterface),
sensidlPackage.getEncodingSettings_SensorInterface(),
SensorInterface.getEncodingSettings()void setSensorInterface(SensorInterface value)
Sensor Interface' container reference.
value - the new value of the 'Sensor Interface' container reference.getSensorInterface()Coding getCoding()
Coding.
If the meaning of the 'Coding' attribute isn't clear, there really should be more of a description here...
Coding,
setCoding(Coding),
sensidlPackage.getEncodingSettings_Coding()void setCoding(Coding value)
Coding' attribute.
value - the new value of the 'Coding' attribute.Coding,
getCoding()Endianness getEndianness()
Endianness.
If the meaning of the 'Endianness' attribute isn't clear, there really should be more of a description here...
Endianness,
setEndianness(Endianness),
sensidlPackage.getEncodingSettings_Endianness()void setEndianness(Endianness value)
Endianness' attribute.
value - the new value of the 'Endianness' attribute.Endianness,
getEndianness()int getAlignment()
"1".
If the meaning of the 'Alignment' attribute isn't clear, there really should be more of a description here...
setAlignment(int),
sensidlPackage.getEncodingSettings_Alignment()void setAlignment(int value)
Alignment' attribute.
value - the new value of the 'Alignment' attribute.getAlignment()