Package de.xima.fc
Class CmnConst.ClientAttribute
- java.lang.Object
-
- de.xima.fc.CmnConst.ClientAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_OWNER
static String
CLIENT_TEST_MARKER
Boolean
value marking the client a test client (used in the CLOUD).static String
PLUGIN_UPDATE_CHECK_LAST_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description ClientAttribute()
-
-
-
Field Detail
-
CLIENT_TEST_MARKER
public static final String CLIENT_TEST_MARKER
Boolean
value marking the client a test client (used in the CLOUD).- See Also:
- Constant Field Values
-
CLIENT_OWNER
public static final String CLIENT_OWNER
- See Also:
- Constant Field Values
-
PLUGIN_UPDATE_CHECK_LAST_TIMESTAMP
public static final String PLUGIN_UPDATE_CHECK_LAST_TIMESTAMP
- See Also:
- Constant Field Values
-
-