コード例 #1
0
ファイル: FieldParam.java プロジェクト: WU-ARL/RLI
 public boolean isBool() {
   return (field != null && field.isBool());
 }