|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.sym.FlagBoxImpl
| Constructor Summary | |
FlagBoxImpl()
|
|
| Method Summary | |
boolean |
allFalse()
allFalse true if all flags are false, flase if some flag is true; |
boolean |
getFlag(int pFlagNumber)
getFlag getFlag returns the value (true/false) of the flag indicated by pFlagNumber. |
void |
setFlag(int pFlagNumber,
boolean pYesNo)
setFlag setFlag sets the flag of specified number. |
java.lang.String |
toString()
toString Get all true flags by giving their flag number. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FlagBoxImpl()
| Method Detail |
public boolean getFlag(int pFlagNumber)
getFlag in interface FlagBoxpFlagNumber - flag identification number.
public void setFlag(int pFlagNumber,
boolean pYesNo)
setFlag in interface FlagBoxpFlagNumber - flag identification number.pYesNo - true or false to be set to the flag.public boolean allFalse()
FlagBox
allFalse in interface FlagBoxpublic java.lang.String toString()
FlagBox
toString in interface FlagBox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||