예제 #1
0
 public boolean getBooleanParameter(String key, boolean defaultValue) {
   return callparameters.getBoolean(key, defaultValue);
 }
예제 #2
0
 public boolean getBooleanParameter(String key) {
   return callparameters.getBoolean(key);
 }