Package com.mg105.utils
Class DataAccessConstants
java.lang.Object
com.mg105.utils.DataAccessConstants
Constants used for data persistence.
-
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
-
Field Details
-
BASE_PATH
The folder where data is stored. -
MOVE_DATA_PATH
The file where move data is stored -
PARTY_DATA_PATH
the file where party data is stored -
IS_TRUE
The string representation of true- See Also:
-
IS_FALSE
The string representation of false- See Also:
-
-
Constructor Details
-
DataAccessConstants
public DataAccessConstants()
-