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