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