Package lumis.portal.monitor
Class MonitorFields.Client.DOM.Element
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.Client.DOM.Element
-
- Enclosing class:
- MonitorFields.Client.DOM
@StableMinor(version="14.0", sinceVersion="12.0") public static final class MonitorFields.Client.DOM.Element extends Object
The client DOM element related fields.- Since:
- 12.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASS_NAME
Client DOM element class name field.static String
FIELD_ID
Identifier of the DOM Element field.static String
ID
Client DOM element identifier field.static String
NAME
Client DOM element name field.static String
TEXT
Client DOM element text field.
-
Constructor Summary
Constructors Constructor Description Element()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the DOM Element field.- Since:
- 12.0.0
- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
Client DOM element text field.- Since:
- 12.0.0
- See Also:
- Constant Field Values
-
ID
public static final String ID
Client DOM element identifier field.- Since:
- 12.0.0
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
Client DOM element name field.- Since:
- 12.0.0
- See Also:
- Constant Field Values
-
CLASS_NAME
public static final String CLASS_NAME
Client DOM element class name field.- Since:
- 12.0.0
- See Also:
- Constant Field Values
-
-