public interface DataModuleOptions
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IEC60870Package.getDataModuleOptions()
Modifier and Type | Method and Description |
---|---|
Integer |
getBackgroundScanPeriod()
Returns the value of the 'Background Scan Period' attribute.
|
Integer |
getSpontaneousItemBuffer()
Returns the value of the 'Spontaneous Item Buffer' attribute.
|
boolean |
isTimestampsForBoolean()
Returns the value of the 'Timestamps For Boolean' attribute.
|
boolean |
isTimestampsForFloat()
Returns the value of the 'Timestamps For Float' attribute.
|
void |
setBackgroundScanPeriod(Integer value)
Sets the value of the '
Background Scan Period ' attribute. |
void |
setSpontaneousItemBuffer(Integer value)
Sets the value of the '
Spontaneous Item Buffer ' attribute. |
void |
setTimestampsForBoolean(boolean value)
Sets the value of the '
Timestamps For Boolean ' attribute. |
void |
setTimestampsForFloat(boolean value)
Sets the value of the '
Timestamps For Float ' attribute. |
Integer getBackgroundScanPeriod()
"60000"
.
If the meaning of the 'Background Scan Period' attribute isn't clear, there really should be more of a description here...
setBackgroundScanPeriod(Integer)
,
IEC60870Package.getDataModuleOptions_BackgroundScanPeriod()
void setBackgroundScanPeriod(Integer value)
Background Scan Period
' attribute.
value
- the new value of the 'Background Scan Period' attribute.getBackgroundScanPeriod()
Integer getSpontaneousItemBuffer()
"100"
.
If the meaning of the 'Spontaneous Item Buffer' attribute isn't clear, there really should be more of a description here...
The number of duplicates in the item buffersetSpontaneousItemBuffer(Integer)
,
IEC60870Package.getDataModuleOptions_SpontaneousItemBuffer()
void setSpontaneousItemBuffer(Integer value)
Spontaneous Item Buffer
' attribute.
value
- the new value of the 'Spontaneous Item Buffer' attribute.getSpontaneousItemBuffer()
boolean isTimestampsForBoolean()
"true"
.
If the meaning of the 'Timestamps For Boolean' attribute isn't clear, there really should be more of a description here...
setTimestampsForBoolean(boolean)
,
IEC60870Package.getDataModuleOptions_TimestampsForBoolean()
void setTimestampsForBoolean(boolean value)
Timestamps For Boolean
' attribute.
value
- the new value of the 'Timestamps For Boolean' attribute.isTimestampsForBoolean()
boolean isTimestampsForFloat()
"true"
.
If the meaning of the 'Timestamps For Float' attribute isn't clear, there really should be more of a description here...
setTimestampsForFloat(boolean)
,
IEC60870Package.getDataModuleOptions_TimestampsForFloat()
void setTimestampsForFloat(boolean value)
Timestamps For Float
' attribute.
value
- the new value of the 'Timestamps For Float' attribute.isTimestampsForFloat()