Package de.xima.fc
Class CmnConst.ClientAttribute
- java.lang.Object
 - 
- de.xima.fc.CmnConst.ClientAttribute
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_OWNERstatic StringCLIENT_TEST_MARKERBooleanvalue marking the client a test client (used in the CLOUD).static StringPLUGIN_UPDATE_CHECK_LAST_TIMESTAMP 
- 
Constructor Summary
Constructors Constructor Description ClientAttribute() 
 - 
 
- 
- 
Field Detail
- 
CLIENT_TEST_MARKER
public static final String CLIENT_TEST_MARKER
Booleanvalue 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
 
 
 - 
 
 -