public interface ClientDevice
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IEC60870Package.getClientDevice()
Modifier and Type | Method and Description |
---|---|
ClientDataModuleOptions |
getDataModuleOptions()
Returns the value of the 'Data Module Options' containment reference.
|
Endpoint |
getEndpoint()
Returns the value of the 'Endpoint' reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
ProtocolOptions |
getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
void |
setDataModuleOptions(ClientDataModuleOptions 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. |
Endpoint getEndpoint()
If the meaning of the 'Endpoint' reference isn't clear, there really should be more of a description here...
setEndpoint(Endpoint)
,
IEC60870Package.getClientDevice_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.getClientDevice_ProtocolOptions()
void setProtocolOptions(ProtocolOptions value)
Protocol Options
' containment reference.
value
- the new value of the 'Protocol Options' containment reference.getProtocolOptions()
ClientDataModuleOptions getDataModuleOptions()
If the meaning of the 'Data Module Options' containment reference isn't clear, there really should be more of a description here...
setDataModuleOptions(ClientDataModuleOptions)
,
IEC60870Package.getClientDevice_DataModuleOptions()
void setDataModuleOptions(ClientDataModuleOptions value)
Data Module Options
' containment reference.
value
- the new value of the 'Data Module Options' containment reference.getDataModuleOptions()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
IEC60870Package.getClientDevice_Id()