Package com.altova.automation.libs
Interface COMIDispatchList<E>
- All Superinterfaces:
COMIDispatchConstList<E>,java.lang.Iterable<E>
- All Known Implementing Classes:
ElementList
public interface COMIDispatchList<E> extends COMIDispatchConstList<E>
Marks a class to support the standard COM IDispatch methods for lists of elements of class E
and supports the removal of list elements.
-
Method Summary
Modifier and Type Method Description voidremoveElement(int Index)Methods inherited from interface com.altova.automation.libs.COMIDispatchConstList
get_NewEnum, getCount, getItem
-
Method Details
-
removeElement
- Parameters:
Index- index of the element. COM lists are typically 1-based.- Throws:
AutomationException- on COM error
-