Package | Description |
---|---|
cusack.hcg.database | |
cusack.hcg.model |
Modifier and Type | Method and Description |
---|---|
Solution.Mode |
Solution.getMode() |
static Solution.Mode |
Solution.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Solution.Mode[] |
Solution.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Solution.setMode(Solution.Mode mode) |
Constructor and Description |
---|
Solution(int solID,
int gameID,
int userID,
java.lang.String data,
java.lang.String name,
int fin,
int userVisible,
int score,
long time,
java.lang.String vertexCoords,
int gp,
Solution.Mode mode) |
Modifier and Type | Method and Description |
---|---|
Solution.Mode |
PuzzleInstance.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
PuzzleInstance.setMode(Solution.Mode mode) |