public interface ItemInformation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getItemInformation()
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType()
Returns the value of the 'Data Type' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getHierarchy()
Returns the value of the 'Hierarchy' attribute list.
|
org.eclipse.emf.common.util.EList<IODirection> |
getIoDirections()
Returns the value of the 'Io Directions' attribute list.
|
String |
getSystem()
Returns the value of the 'System' attribute.
|
String |
getUnit()
Returns the value of the 'Unit' attribute.
|
void |
setDataType(DataType value)
Sets the value of the '
Data Type ' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setSystem(String value)
Sets the value of the '
System ' attribute. |
void |
setUnit(String value)
Sets the value of the '
Unit ' attribute. |
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
OsgiPackage.getItemInformation_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
setUnit(String)
,
OsgiPackage.getItemInformation_Unit()
void setUnit(String value)
Unit
' attribute.
value
- the new value of the 'Unit' attribute.getUnit()
org.eclipse.emf.common.util.EList<String> getHierarchy()
String
.
If the meaning of the 'Hierarchy' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getItemInformation_Hierarchy()
String getSystem()
If the meaning of the 'System' attribute isn't clear, there really should be more of a description here...
setSystem(String)
,
OsgiPackage.getItemInformation_System()
void setSystem(String value)
System
' attribute.
value
- the new value of the 'System' attribute.getSystem()
DataType getDataType()
"VARIANT"
.
The literals are from the enumeration DataType
.
If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...
DataType
,
setDataType(DataType)
,
OsgiPackage.getItemInformation_DataType()
void setDataType(DataType value)
Data Type
' attribute.
value
- the new value of the 'Data Type' attribute.DataType
,
getDataType()
org.eclipse.emf.common.util.EList<IODirection> getIoDirections()
IODirection
.
The literals are from the enumeration IODirection
.
If the meaning of the 'Io Directions' attribute list isn't clear, there really should be more of a description here...
IODirection
,
OsgiPackage.getItemInformation_IoDirections()