Package lumis.portal.monitor
Interface IMonitorFieldGroup
-
- All Known Subinterfaces:
IMonitorFieldGroupSPI
- All Known Implementing Classes:
MonitorFieldGroup
@StableMinor(version="16.0", sinceVersion="11.0") public interface IMonitorFieldGroup
Represents a named group offields
.- Since:
- 11.0.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<IMonitorField>
getFields()
Returns the fields of this field group.java.lang.String
getId()
Returns the field group identifier.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the field group identifier.- Returns:
- the field group identifier.
- Since:
- 11.0.0
-
getFields
java.util.Collection<IMonitorField> getFields()
Returns the fields of this field group.- Returns:
- the fields of this field group.
- Since:
- 11.0.0
-
-