public interface BooleanMonitor extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getBooleanMonitor()
Modifier and Type | Method and Description |
---|---|
String |
getDemotePrefix()
Returns the value of the 'Demote Prefix' attribute.
|
String |
getMessage()
Returns the value of the 'Message' attribute.
|
Severity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
boolean |
isActive()
Returns the value of the 'Active' attribute.
|
boolean |
isReferenceValue()
Returns the value of the 'Reference Value' attribute.
|
boolean |
isRequireAck()
Returns the value of the 'Require Ack' attribute.
|
boolean |
isSuppressEvents()
Returns the value of the 'Suppress Events' attribute.
|
void |
setActive(boolean value)
Sets the value of the '
Active ' attribute. |
void |
setDemotePrefix(String value)
Sets the value of the '
Demote Prefix ' attribute. |
void |
setMessage(String value)
Sets the value of the '
Message ' attribute. |
void |
setReferenceValue(boolean value)
Sets the value of the '
Reference Value ' 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
boolean isReferenceValue()
If the meaning of the 'Reference Value' attribute isn't clear, there really should be more of a description here...
setReferenceValue(boolean)
,
OsgiPackage.getBooleanMonitor_ReferenceValue()
void setReferenceValue(boolean value)
Reference Value
' attribute.
value
- the new value of the 'Reference Value' attribute.isReferenceValue()
boolean isActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean)
,
OsgiPackage.getBooleanMonitor_Active()
void setActive(boolean value)
Active
' attribute.
value
- the new value of the 'Active' attribute.isActive()
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.getBooleanMonitor_DemotePrefix()
void setDemotePrefix(String value)
Demote Prefix
' attribute.
value
- the new value of the 'Demote Prefix' attribute.getDemotePrefix()
Severity getSeverity()
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
setSeverity(Severity)
,
OsgiPackage.getBooleanMonitor_Severity()
void setSeverity(Severity value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.getSeverity()
String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String)
,
OsgiPackage.getBooleanMonitor_Message()
void setMessage(String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
boolean isSuppressEvents()
If the meaning of the 'Suppress Events' attribute isn't clear, there really should be more of a description here...
setSuppressEvents(boolean)
,
OsgiPackage.getBooleanMonitor_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.getBooleanMonitor_RequireAck()
void setRequireAck(boolean value)
Require Ack
' attribute.
value
- the new value of the 'Require Ack' attribute.isRequireAck()