Package lumis.portal.monitor
Interface IMonitorFieldGroup
-
- All Known Subinterfaces:
IMonitorFieldGroupSPI
- All Known Implementing Classes:
MonitorFieldGroup
@StableMinor(version="14.0", sinceVersion="11.0") public interface IMonitorFieldGroup
Represents a named group offields
.- Since:
- 11.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 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
-
-