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