예제 #1
0
파일: FieldParam.java 프로젝트: WU-ARL/RLI
 public boolean isBool() {
   return (field != null && field.isBool());
 }