public interface Device
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IEC60870Package.getDevice()| Modifier and Type | Method and Description |
|---|---|
DataModuleOptions |
getDataModuleOptions()
Returns the value of the 'Data Module Options' containment reference.
|
Endpoint |
getEndpoint()
Returns the value of the 'Endpoint' reference.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getHiveProperties()
Returns the value of the 'Hive Properties' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<Item> |
getItems()
Returns the value of the 'Items' containment reference list.
|
ProtocolOptions |
getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
void |
setDataModuleOptions(DataModuleOptions value)
Sets the value of the '
Data Module Options' containment reference. |
void |
setEndpoint(Endpoint value)
Sets the value of the '
Endpoint' reference. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options' containment reference. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
IEC60870Package.getDevice_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()org.eclipse.emf.common.util.EList<Item> getItems()
Item.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
IEC60870Package.getDevice_Items()Endpoint getEndpoint()
If the meaning of the 'Endpoint' reference isn't clear, there really should be more of a description here...
setEndpoint(Endpoint),
IEC60870Package.getDevice_Endpoint()void setEndpoint(Endpoint value)
Endpoint' reference.
value - the new value of the 'Endpoint' reference.getEndpoint()ProtocolOptions getProtocolOptions()
If the meaning of the 'Protocol Options' containment reference isn't clear, there really should be more of a description here...
setProtocolOptions(ProtocolOptions),
IEC60870Package.getDevice_ProtocolOptions()void setProtocolOptions(ProtocolOptions value)
Protocol Options' containment reference.
value - the new value of the 'Protocol Options' containment reference.getProtocolOptions()DataModuleOptions getDataModuleOptions()
If the meaning of the 'Data Module Options' containment reference isn't clear, there really should be more of a description here...
setDataModuleOptions(DataModuleOptions),
IEC60870Package.getDevice_DataModuleOptions()void setDataModuleOptions(DataModuleOptions value)
Data Module Options' containment reference.
value - the new value of the 'Data Module Options' containment reference.getDataModuleOptions()org.eclipse.emf.common.util.EList<PropertyEntry> getHiveProperties()
PropertyEntry.
If the meaning of the 'Hive Properties' containment reference list isn't clear, there really should be more of a description here...
IEC60870Package.getDevice_HiveProperties()