Uses of Class
ix.icore.YesNo

Packages that use YesNo
ix.icore I-X core classes. 
 

Uses of YesNo in ix.icore
 

Fields in ix.icore declared as YesNo
static YesNo YesNo.YES
           
static YesNo YesNo.NO
           
protected  YesNo TaskItem.reportBack
           
 

Methods in ix.icore that return YesNo
static YesNo YesNo.valueOf(java.lang.String name)
           
static YesNo YesNo.valueOf(boolean v)
           
 YesNo TaskItem.getReportBack()
           
 

Methods in ix.icore with parameters of type YesNo
 void TaskItem.setReportBack(YesNo rep)