Package lumis.portal.monitor
Interface IMonitorFieldInstance
-
- All Known Subinterfaces:
IMonitorFieldInstanceSPI
- All Known Implementing Classes:
MonitorFieldInstance
@StableMinor(version="14.2", sinceVersion="11.0") public interface IMonitorFieldInstance
Represents a field instance in an event.- Since:
- 9.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMonitorField
getField()
Returns the field.boolean
isRequired()
Returns whether this field is required.
-
-
-
Method Detail
-
getField
IMonitorField getField()
Returns the field.- Returns:
- the field.
- Since:
- 9.0.0
-
isRequired
boolean isRequired()
Returns whether this field is required. If not defined, the default value isfalse
.- Returns:
- whether this field is required.
- Since:
- 9.0.0
-
-