public class CountField extends MonitoringField
MonitoringPerformanceRecord
.
See the MonitoringPerformanceRecord
documentation for a code example to show how to define and access the fields.Modifier and Type | Method and Description |
---|---|
static CountField |
define(String owner,
String identifier)
Define a CountField representing a field identified by owner and name
|
equals, getIdentifier, getName, getOwner, hashCode
public static CountField define(String owner, String identifier)
owner
- the owner of the field e.g. "DFHTASK"identifier
- the 4 character identifier for the field
including type e.g. "A109"Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.