Package lumis.portal.monitor
Interface IMonitorFieldInstance
-
- All Known Subinterfaces:
IMonitorFieldInstanceSPI
- All Known Implementing Classes:
MonitorFieldInstance
@StableMinor(version="14.0", sinceVersion="11.0") public interface IMonitorFieldInstance
Represents a field instance in an event.- Since:
- 9.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
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
-
-