Package lumis.portal.monitor
Interface IMonitorFieldGroup
-
- All Known Subinterfaces:
IMonitorFieldGroupSPI
- All Known Implementing Classes:
MonitorFieldGroup
@StableMinor(version="14.1", sinceVersion="11.0") public interface IMonitorFieldGroup
Represents a named group offields
.- Since:
- 11.0.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
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
-
-