public interface ListMonitor extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getListMonitor()
Modifier and Type | Method and Description |
---|---|
Severity |
getDefaultSeverity()
Returns the value of the 'Default Severity' attribute.
|
String |
getDemotePrefix()
Returns the value of the 'Demote Prefix' attribute.
|
org.eclipse.emf.common.util.EList<ListMonitorEntry> |
getEntries()
Returns the value of the 'Entries' containment reference list.
|
String |
getMessage()
Returns the value of the 'Message' attribute.
|
String |
getMessageAttribute()
Returns the value of the 'Message Attribute' attribute.
|
String |
getMonitorType()
Returns the value of the 'Monitor Type' attribute.
|
boolean |
isDefaultAck()
Returns the value of the 'Default Ack' attribute.
|
void |
setDefaultAck(boolean value)
Sets the value of the '
Default Ack ' attribute. |
void |
setDefaultSeverity(Severity value)
Sets the value of the '
Default Severity ' 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 |
setMessageAttribute(String value)
Sets the value of the '
Message Attribute ' attribute. |
void |
setMonitorType(String value)
Sets the value of the '
Monitor Type ' attribute. |
getItem, getName, setItem, setName
String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String)
,
OsgiPackage.getListMonitor_Message()
void setMessage(String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
String getMessageAttribute()
If the meaning of the 'Message Attribute' attribute isn't clear, there really should be more of a description here...
setMessageAttribute(String)
,
OsgiPackage.getListMonitor_MessageAttribute()
void setMessageAttribute(String value)
Message Attribute
' attribute.
value
- the new value of the 'Message Attribute' attribute.getMessageAttribute()
boolean isDefaultAck()
"false"
.
If the meaning of the 'Default Ack' attribute isn't clear, there really should be more of a description here...
setDefaultAck(boolean)
,
OsgiPackage.getListMonitor_DefaultAck()
void setDefaultAck(boolean value)
Default Ack
' attribute.
value
- the new value of the 'Default Ack' attribute.isDefaultAck()
Severity getDefaultSeverity()
"ALARM"
.
If the meaning of the 'Default Severity' attribute isn't clear, there really should be more of a description here...
setDefaultSeverity(Severity)
,
OsgiPackage.getListMonitor_DefaultSeverity()
void setDefaultSeverity(Severity value)
Default Severity
' attribute.
value
- the new value of the 'Default Severity' attribute.getDefaultSeverity()
String getMonitorType()
"LIST"
.
If the meaning of the 'Monitor Type' attribute isn't clear, there really should be more of a description here...
setMonitorType(String)
,
OsgiPackage.getListMonitor_MonitorType()
void setMonitorType(String value)
Monitor Type
' attribute.
value
- the new value of the 'Monitor Type' attribute.getMonitorType()
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.getListMonitor_DemotePrefix()
void setDemotePrefix(String value)
Demote Prefix
' attribute.
value
- the new value of the 'Demote Prefix' attribute.getDemotePrefix()
org.eclipse.emf.common.util.EList<ListMonitorEntry> getEntries()
ListMonitorEntry
.
If the meaning of the 'Entries' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getListMonitor_Entries()