Package lumis.portal.monitor
Class MonitorFields.User.Name
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.User.Name
-
- Enclosing class:
- MonitorFields.User
@StableMinor(version="14.2", sinceVersion="11.0") public static final class MonitorFields.User.Name extends Object
User's name.- Since:
- 11.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Constructor Summary
Constructors Constructor Description Name()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the name field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
FIRST
public static final String FIRST
User's first name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
MIDDLE
public static final String MIDDLE
User's middle name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
LAST
public static final String LAST
User's last name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
FULL
public static final String FULL
User's full name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
-