|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface to represent a Game Boy or Game Gear code in RAW format.
| Method Summary | |
int |
getCompareValue()
Gets this code's compare value. |
boolean |
hasCompareValue()
Queries if this code uses a compare value. |
void |
setCompareValue(int value)
Sets this code's compare value. |
| Methods inherited from interface ggencoder.datastructures.RawCode |
getAddress, getValue, setAddress, setValue |
| Method Detail |
public boolean hasCompareValue()
public int getCompareValue()
throws NoCompareValueException
NoCompareValueException - if no compare value is used by this
code.
public void setCompareValue(int value)
throws NoCompareValueException
value - The new compare value.
NoCompareValueException - f no compare value is used by this
code.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||