public interface Item
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IEC60870Package.getItem()
Modifier and Type | Method and Description |
---|---|
AddressInformation |
getAddress()
Returns the value of the 'Address' attribute.
|
Item |
getSource()
Returns the value of the 'Source' reference.
|
DataType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setAddress(AddressInformation value)
Sets the value of the '
Address ' attribute. |
void |
setSource(Item value)
Sets the value of the '
Source ' reference. |
void |
setType(DataType value)
Sets the value of the '
Type ' attribute. |
Item getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(org.eclipse.scada.configuration.world.osgi.Item)
,
IEC60870Package.getItem_Source()
void setSource(Item value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
AddressInformation getAddress()
If the meaning of the 'Address' attribute isn't clear, there really should be more of a description here...
setAddress(AddressInformation)
,
IEC60870Package.getItem_Address()
void setAddress(AddressInformation value)
Address
' attribute.
value
- the new value of the 'Address' attribute.getAddress()
DataType getType()
DataType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
DataType
,
setType(DataType)
,
IEC60870Package.getItem_Type()