@StableMinor(version="12.4", 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.
|
boolean |
identifiesUser()
Indicates whether this field identifies the user and must have its value modified when anonymized.
|
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.boolean identifiesUser()
true
if this field identifies the user, false
otherwise.LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.