Package lumis.portal.monitor
Interface IMonitorFieldGroup
-
- All Known Subinterfaces:
IMonitorFieldGroupSPI
- All Known Implementing Classes:
MonitorFieldGroup
@StableMinor(version="14.2", sinceVersion="11.0") public interface IMonitorFieldGroup
Represents a named group offields
.- Since:
- 11.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 Collection<IMonitorField>
getFields()
Returns the fields of this field group.String
getId()
Returns the field group identifier.
-
-
-
Method Detail
-
getId
String getId()
Returns the field group identifier.- Returns:
- the field group identifier.
- Since:
- 11.0.0
-
getFields
Collection<IMonitorField> getFields()
Returns the fields of this field group.- Returns:
- the fields of this field group.
- Since:
- 11.0.0
-
-