public interface AbstractFactoryDriver extends Driver
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Device> |
getDevices()
Returns the value of the 'Devices' reference list.
|
String |
getDriverTypeId()
Returns the value of the 'Driver Type Id' attribute.
|
void |
setDriverTypeId(String value)
Sets the value of the '
Driver Type Id' attribute. |
getName, getNode, getProtocolTypeTag, setName, setNode, setProtocolTypeTagString getDriverTypeId()
If the meaning of the 'Driver Type Id' attribute isn't clear, there really should be more of a description here...
setDriverTypeId(String),
InfrastructurePackage.getAbstractFactoryDriver_DriverTypeId()void setDriverTypeId(String value)
Driver Type Id' attribute.
value - the new value of the 'Driver Type Id' attribute.getDriverTypeId()org.eclipse.emf.common.util.EList<Device> getDevices()
Device.
If the meaning of the 'Devices' reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getAbstractFactoryDriver_Devices()