public interface DaveDevice extends Device
The following features are supported:
DavePackage.getDaveDevice()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DaveBlockDefinition> |
getBlocks()
Returns the value of the 'Blocks' containment reference list.
|
int |
getPort()
Returns the value of the 'Port' attribute.
|
short |
getRack()
Returns the value of the 'Rack' attribute.
|
int |
getReadTimeout()
Returns the value of the 'Read Timeout' attribute.
|
short |
getSlot()
Returns the value of the 'Slot' attribute.
|
TypeSystem |
getTypeSystem()
Returns the value of the 'Type System' reference.
|
void |
setPort(int value)
Sets the value of the '
Port' attribute. |
void |
setRack(short value)
Sets the value of the '
Rack' attribute. |
void |
setReadTimeout(int value)
Sets the value of the '
Read Timeout' attribute. |
void |
setSlot(short value)
Sets the value of the '
Slot' attribute. |
void |
setTypeSystem(TypeSystem value)
Sets the value of the '
Type System' reference. |
getNode, setNodegetName, setNamegetShortDescription, setShortDescriptionint getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(int),
DavePackage.getDaveDevice_Port()void setPort(int value)
Port' attribute.
value - the new value of the 'Port' attribute.getPort()short getRack()
If the meaning of the 'Rack' attribute isn't clear, there really should be more of a description here...
setRack(short),
DavePackage.getDaveDevice_Rack()void setRack(short value)
Rack' attribute.
value - the new value of the 'Rack' attribute.getRack()short getSlot()
If the meaning of the 'Slot' attribute isn't clear, there really should be more of a description here...
setSlot(short),
DavePackage.getDaveDevice_Slot()void setSlot(short value)
Slot' attribute.
value - the new value of the 'Slot' attribute.getSlot()org.eclipse.emf.common.util.EList<DaveBlockDefinition> getBlocks()
DaveBlockDefinition.
It is bidirectional and its opposite is 'Device'.
If the meaning of the 'Blocks' containment reference list isn't clear, there really should be more of a description here...
DavePackage.getDaveDevice_Blocks(),
DaveBlockDefinition.getDevice()TypeSystem getTypeSystem()
If the meaning of the 'Type System' reference isn't clear, there really should be more of a description here...
setTypeSystem(TypeSystem),
DavePackage.getDaveDevice_TypeSystem()void setTypeSystem(TypeSystem value)
Type System' reference.
value - the new value of the 'Type System' reference.getTypeSystem()int getReadTimeout()
"5000".
The read timeout in milliseconds.
setReadTimeout(int),
DavePackage.getDaveDevice_ReadTimeout()void setReadTimeout(int value)
Read Timeout' attribute.
value - the new value of the 'Read Timeout' attribute.getReadTimeout()