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