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