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