public class YesNo extends Choice
Constructor and Description |
---|
YesNo(boolean B_DefaultAnswer)
Top execution context constructor.
|
YesNo(ExecutionContext.Interface CLI_ParentContext,
boolean B_DefaultAnswer)
Child execution context constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getYesNo()
Yes/No answer retrieval.
|
getChoice, getstrChoice
getbExecResult
enableStream, getBeep, getInput, getLang, getStream, isRunning, run, run, setBeep, setLang, setStream, stopAllExecutions, stopExecution, streamEnabled, watchResult
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNativeRef
public YesNo(boolean B_DefaultAnswer)
B_DefaultAnswer
- Default answer: true for 'yes', false for 'no'.public YesNo(ExecutionContext.Interface CLI_ParentContext, boolean B_DefaultAnswer)
CLI_ParentContext
- Parent execution context.B_DefaultAnswer
- Default answer: true for 'yes', false for 'no'.