|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for a code in RAW (non game genie encoded) format.
| Method Summary | |
int |
getAddress()
Gets the address of this code. |
int |
getValue()
Gets the value of this code. |
void |
setAddress(int address)
Sets the address of this code. |
void |
setValue(int value)
Sets the value of this code. |
| Method Detail |
public int getAddress()
public void setAddress(int address)
address - The code's address.public int getValue()
public void setValue(int value)
value - The code's value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||