@StableMinor(version="11.0", sinceVersion="11.0") public interface IMonitorField
event
.
This definition will be used to define a big data field
where the data related will be saved.Modifier and Type | Interface and Description |
---|---|
static class |
IMonitorField.DataType
The possible data type for an event field.
|
Modifier and Type | Method and Description |
---|---|
IMonitorField.DataType |
getDataType()
Returns this field data type.
|
String |
getDescription()
Returns the (localizable description).
|
String |
getId()
Returns the identifier of this field.
|
Collection<IMonitorField> |
getInnerFields()
Returns an unmodifiable collection of inner fields.
|
String |
getLocalizedDescription()
Returns the localized description of this field.
|
String |
getLocalizedName()
Returns the localized name of this field.
|
String |
getLocalizedUnit()
Returns the localized unit of this field.
|
String |
getName()
Returns the (localizable) name of this field.
|
String |
getStringResourcePath()
Returns this field string resource path (used, if present, to localize strings).
|
String |
getUnit()
Returns the (localizable) unit of this field.
|
String getId()
String getName()
String getLocalizedName()
String getDescription()
String getLocalizedDescription()
String getUnit()
String getLocalizedUnit()
String getStringResourcePath()
IMonitorField.DataType getDataType()
Collection<IMonitorField> getInnerFields()
IllegalStateException
- if this field is not a complex
field.Lumisportal 11.0.0.180924 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.