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