Package com.mg105.utils
Class DataAccessConstants
java.lang.Object
com.mg105.utils.DataAccessConstants
Constants used for data persistence.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe folder where data is stored.static final StringThe string representation of falsestatic final StringThe string representation of truestatic final StringThe file where move data is storedstatic final Stringthe file where party data is stored
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
BASE_PATHThe folder where data is stored.
- 
MOVE_DATA_PATHThe file where move data is stored
- 
PARTY_DATA_PATHthe file where party data is stored
- 
IS_TRUEThe string representation of true- See Also:
 
- 
IS_FALSEThe string representation of false- See Also:
 
 
- 
- 
Constructor Details- 
DataAccessConstantspublic DataAccessConstants()
 
-