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.NO
           
protected  YesNo TaskItem.reportBack
           
static YesNo YesNo.YES
           
 

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

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