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