public interface LevelMonitor extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getLevelMonitor()
Modifier and Type | Method and Description |
---|---|
String |
getDemotePrefix()
Returns the value of the 'Demote Prefix' attribute.
|
String |
getMonitorType()
Returns the value of the 'Monitor Type' attribute.
|
String |
getPrefix()
Returns the value of the 'Prefix' attribute.
|
Double |
getPreset()
Returns the value of the 'Preset' attribute.
|
Severity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
boolean |
isCap()
Returns the value of the 'Cap' attribute.
|
boolean |
isIncludedOk()
Returns the value of the 'Included Ok' attribute.
|
boolean |
isLowerOk()
Returns the value of the 'Lower Ok' attribute.
|
boolean |
isRequireAck()
Returns the value of the 'Require Ack' attribute.
|
boolean |
isSuppressEvents()
Returns the value of the 'Suppress Events' attribute.
|
void |
setCap(boolean value)
Sets the value of the '
Cap ' attribute. |
void |
setDemotePrefix(String value)
Sets the value of the '
Demote Prefix ' attribute. |
void |
setIncludedOk(boolean value)
Sets the value of the '
Included Ok ' attribute. |
void |
setLowerOk(boolean value)
Sets the value of the '
Lower Ok ' attribute. |
void |
setMonitorType(String value)
Sets the value of the '
Monitor Type ' attribute. |
void |
setPrefix(String value)
Sets the value of the '
Prefix ' attribute. |
void |
setPreset(Double value)
Sets the value of the '
Preset ' attribute. |
void |
setRequireAck(boolean value)
Sets the value of the '
Require Ack ' attribute. |
void |
setSeverity(Severity value)
Sets the value of the '
Severity ' attribute. |
void |
setSuppressEvents(boolean value)
Sets the value of the '
Suppress Events ' attribute. |
getItem, getName, setItem, setName
Double getPreset()
If the meaning of the 'Preset' attribute isn't clear, there really should be more of a description here...
setPreset(Double)
,
OsgiPackage.getLevelMonitor_Preset()
void setPreset(Double value)
Preset
' attribute.
value
- the new value of the 'Preset' attribute.getPreset()
boolean isCap()
If the meaning of the 'Cap' attribute isn't clear, there really should be more of a description here...
setCap(boolean)
,
OsgiPackage.getLevelMonitor_Cap()
void setCap(boolean value)
Cap
' attribute.
value
- the new value of the 'Cap' attribute.isCap()
Severity getSeverity()
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
setSeverity(Severity)
,
OsgiPackage.getLevelMonitor_Severity()
void setSeverity(Severity value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.getSeverity()
boolean isLowerOk()
If the meaning of the 'Lower Ok' attribute isn't clear, there really should be more of a description here...
setLowerOk(boolean)
,
OsgiPackage.getLevelMonitor_LowerOk()
void setLowerOk(boolean value)
Lower Ok
' attribute.
value
- the new value of the 'Lower Ok' attribute.isLowerOk()
boolean isIncludedOk()
If the meaning of the 'Included Ok' attribute isn't clear, there really should be more of a description here...
setIncludedOk(boolean)
,
OsgiPackage.getLevelMonitor_IncludedOk()
void setIncludedOk(boolean value)
Included Ok
' attribute.
value
- the new value of the 'Included Ok' attribute.isIncludedOk()
String getPrefix()
If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...
setPrefix(String)
,
OsgiPackage.getLevelMonitor_Prefix()
void setPrefix(String value)
Prefix
' attribute.
value
- the new value of the 'Prefix' attribute.getPrefix()
String getDemotePrefix()
If the meaning of the 'Demote Prefix' attribute isn't clear, there really should be more of a description here...
setDemotePrefix(String)
,
OsgiPackage.getLevelMonitor_DemotePrefix()
void setDemotePrefix(String value)
Demote Prefix
' attribute.
value
- the new value of the 'Demote Prefix' attribute.getDemotePrefix()
boolean isSuppressEvents()
"false"
.
If the meaning of the 'Suppress Events' attribute isn't clear, there really should be more of a description here...
setSuppressEvents(boolean)
,
OsgiPackage.getLevelMonitor_SuppressEvents()
void setSuppressEvents(boolean value)
Suppress Events
' attribute.
value
- the new value of the 'Suppress Events' attribute.isSuppressEvents()
boolean isRequireAck()
If the meaning of the 'Require Ack' attribute isn't clear, there really should be more of a description here...
setRequireAck(boolean)
,
OsgiPackage.getLevelMonitor_RequireAck()
void setRequireAck(boolean value)
Require Ack
' attribute.
value
- the new value of the 'Require Ack' attribute.isRequireAck()
String getMonitorType()
If the meaning of the 'Monitor Type' attribute isn't clear, there really should be more of a description here...
setMonitorType(String)
,
OsgiPackage.getLevelMonitor_MonitorType()
void setMonitorType(String value)
Monitor Type
' attribute.
value
- the new value of the 'Monitor Type' attribute.getMonitorType()