com.microstrategy.web.objects.WebMonitorProperty |
A WebMonitorProperty corresponds to a property of a WebMonitorField
in a WebMonitor
. It provides access to its name, value and datatype. The value of a
property can be edited. New properties can be added too through the monitor field.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getName()
Returns the name of this monitor property.
| ||||||||||
abstract int | getType() | ||||||||||
abstract String |
getValue()
Returns the value for this monitor property.
| ||||||||||
abstract void |
setValue(String value)
Sets the value for this monitor property.
|
Returns the name of this monitor property.
Returns the value for this monitor property.
Sets the value for this monitor property.