Package de.xima.fc
Class I18nKeys.FD2
- java.lang.Object
-
- de.xima.fc.I18nKeys.FD2
-
-
Field Summary
Fields Modifier and Type Field Description static String
STATUS_HASSTATUS
static String
STATUS_NOSTATUS
static String
STATUS_NOTSTATUS
static String
USERGROUP_HASUSERGROUP
static String
USERGROUP_NOTUSERGROUP
static String
USERGROUP_NOUSERGROUP
static String
WEB_DESIGNER_PUBLISH_ERROR
static String
WEB_DESIGNER_PUBLISH_ERROR_NOT_ALLOWED
static String
WEB_DESIGNER_PUBLISH_NEW_OK
static String
WEB_DESIGNER_PUBLISH_UPDATE_OK
-
Constructor Summary
Constructors Constructor Description FD2()
-
-
-
Field Detail
-
USERGROUP_NOUSERGROUP
public static final String USERGROUP_NOUSERGROUP
- See Also:
- Constant Field Values
-
USERGROUP_HASUSERGROUP
public static final String USERGROUP_HASUSERGROUP
- See Also:
- Constant Field Values
-
USERGROUP_NOTUSERGROUP
public static final String USERGROUP_NOTUSERGROUP
- See Also:
- Constant Field Values
-
STATUS_NOSTATUS
public static final String STATUS_NOSTATUS
- See Also:
- Constant Field Values
-
STATUS_NOTSTATUS
public static final String STATUS_NOTSTATUS
- See Also:
- Constant Field Values
-
STATUS_HASSTATUS
public static final String STATUS_HASSTATUS
- See Also:
- Constant Field Values
-
WEB_DESIGNER_PUBLISH_NEW_OK
public static final String WEB_DESIGNER_PUBLISH_NEW_OK
- See Also:
- Constant Field Values
-
WEB_DESIGNER_PUBLISH_UPDATE_OK
public static final String WEB_DESIGNER_PUBLISH_UPDATE_OK
- See Also:
- Constant Field Values
-
WEB_DESIGNER_PUBLISH_ERROR
public static final String WEB_DESIGNER_PUBLISH_ERROR
- See Also:
- Constant Field Values
-
WEB_DESIGNER_PUBLISH_ERROR_NOT_ALLOWED
public static final String WEB_DESIGNER_PUBLISH_ERROR_NOT_ALLOWED
- See Also:
- Constant Field Values
-
-