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