public interface DaveCommunicationProcessor
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DaveRequestBlock> |
getBlocks()
Returns the value of the 'Blocks' containment reference list.
|
Endpoint |
getEndpoint()
Returns the value of the 'Endpoint' reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
int |
getRack()
Returns the value of the 'Rack' attribute.
|
int |
getReadTimeout()
Returns the value of the 'Read Timeout' attribute.
|
int |
getSlot()
Returns the value of the 'Slot' attribute.
|
void |
setEndpoint(Endpoint value)
Sets the value of the '
Endpoint ' reference. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setRack(int value)
Sets the value of the '
Rack ' attribute. |
void |
setReadTimeout(int value)
Sets the value of the '
Read Timeout ' attribute. |
void |
setSlot(int value)
Sets the value of the '
Slot ' attribute. |
Endpoint getEndpoint()
If the meaning of the 'Endpoint' reference isn't clear, there really should be more of a description here...
setEndpoint(Endpoint)
,
DavePackage.getDaveCommunicationProcessor_Endpoint()
void setEndpoint(Endpoint value)
Endpoint
' reference.
value
- the new value of the 'Endpoint' reference.getEndpoint()
org.eclipse.emf.common.util.EList<DaveRequestBlock> getBlocks()
DaveRequestBlock
.
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.getDaveCommunicationProcessor_Blocks()
,
DaveRequestBlock.getDevice()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
DavePackage.getDaveCommunicationProcessor_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
int getRack()
If the meaning of the 'Rack' attribute isn't clear, there really should be more of a description here...
setRack(int)
,
DavePackage.getDaveCommunicationProcessor_Rack()
void setRack(int value)
Rack
' attribute.
value
- the new value of the 'Rack' attribute.getRack()
int getSlot()
If the meaning of the 'Slot' attribute isn't clear, there really should be more of a description here...
setSlot(int)
,
DavePackage.getDaveCommunicationProcessor_Slot()
void setSlot(int value)
Slot
' attribute.
value
- the new value of the 'Slot' attribute.getSlot()
int getReadTimeout()
"5000"
.
If the meaning of the 'Read Timeout' attribute isn't clear, there really should be more of a description here...
setReadTimeout(int)
,
DavePackage.getDaveCommunicationProcessor_ReadTimeout()
void setReadTimeout(int value)
Read Timeout
' attribute.
value
- the new value of the 'Read Timeout' attribute.getReadTimeout()