294295296297298299300301302
} } public Double getDouble(String parameterNameString) throws InternalException { MonadDouble monadDouble = getValidatable(MonadDouble.class, parameterNameString); return monadDouble == null ? null : monadDouble.getDouble(); }