public java.lang.String getMore() {
   if (outputProps != null) return (outputProps.getMore());
   else return (inputProps.getMore());
 }