Package de.xima.fc
Class CmnConst.UserPortalLocalizationKey.Form
- java.lang.Object
-
- de.xima.fc.CmnConst.UserPortalLocalizationKey.Form
-
- Enclosing class:
- CmnConst.UserPortalLocalizationKey
public static final class CmnConst.UserPortalLocalizationKey.Form extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DESCRIPTION
The key for the description of the form.static String
NAME
The key for the name of the form.static String
SHORT_DESCRIPTION
The key for the short description of the form.
-
-
-
Field Detail
-
DESCRIPTION
public static final String DESCRIPTION
The key for the description of the form.- See Also:
- Constant Field Values
-
NAME
public static final String NAME
The key for the name of the form.- See Also:
- Constant Field Values
-
SHORT_DESCRIPTION
public static final String SHORT_DESCRIPTION
The key for the short description of the form.- See Also:
- Constant Field Values
-
-