public interface ListMonitorEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getListMonitorEntry()| Modifier and Type | Method and Description |
|---|---|
Boolean |
getRequireAck()
Returns the value of the 'Require Ack' attribute.
|
Severity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
Variant |
getValue()
Returns the value of the '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 |
setValue(Variant value)
Sets the value of the '
Value' attribute. |
Variant getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Variant),
OsgiPackage.getListMonitorEntry_Value()void setValue(Variant value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Boolean getRequireAck()
If the meaning of the 'Require Ack' attribute isn't clear, there really should be more of a description here...
setRequireAck(Boolean),
OsgiPackage.getListMonitorEntry_RequireAck()void setRequireAck(Boolean value)
Require Ack' attribute.
value - the new value of the 'Require Ack' attribute.getRequireAck()Severity getSeverity()
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
setSeverity(Severity),
OsgiPackage.getListMonitorEntry_Severity()void setSeverity(Severity value)
Severity' attribute.
value - the new value of the 'Severity' attribute.getSeverity()