| Modifier and Type | Required Element and Description | 
|---|---|
| String | friendlyKeyNameThe friendly name to present to a user for this value field title in a GUI. | 
| String | keyNameA simple name for this key | 
public abstract String keyName
A simple name for this key
public abstract String friendlyKeyName
The friendly name to present to a user for this value field title in a GUI. If supporting i18N, the friendly name may be a key to retrieve a localized friendly name using
the GWT support for i18N.Copyright © 2020. All rights reserved.