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