public interface DeviceInfo
The following features are supported:
TOSDevicePackage.getDeviceInfo()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getHumanReadableName()
Returns the value of the 'Human Readable Name' attribute.
|
java.lang.String |
getShortName()
Returns the value of the 'Short Name' attribute.
|
java.lang.String |
getTechnicalName()
Returns the value of the 'Technical Name' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setHumanReadableName(java.lang.String value)
Sets the value of the '
Human Readable Name' attribute. |
void |
setShortName(java.lang.String value)
Sets the value of the '
Short Name' attribute. |
void |
setTechnicalName(java.lang.String value)
Sets the value of the '
Technical Name' attribute. |
java.lang.String getTechnicalName()
setTechnicalName(String),
TOSDevicePackage.getDeviceInfo_TechnicalName()void setTechnicalName(java.lang.String value)
Technical Name' attribute.
value - the new value of the 'Technical Name' attribute.getTechnicalName()java.lang.String getHumanReadableName()
setHumanReadableName(String),
TOSDevicePackage.getDeviceInfo_HumanReadableName()void setHumanReadableName(java.lang.String value)
Human Readable Name' attribute.
value - the new value of the 'Human Readable Name' attribute.getHumanReadableName()java.lang.String getShortName()
setShortName(String),
TOSDevicePackage.getDeviceInfo_ShortName()void setShortName(java.lang.String value)
Short Name' attribute.
value - the new value of the 'Short Name' attribute.getShortName()java.lang.String getDescription()
setDescription(String),
TOSDevicePackage.getDeviceInfo_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Data In Motion Consuling GmbH - All rights reserved