525354555657585960
} else if (value instanceof String){ rc = new RuleParam((String)value); } else{ throw(new DmcValueException("Object of class: " + value.getClass().getName() + " passed where object compatible with RuleParam expected.")); } return(rc); }