Interface COMIDispatchConstList<E>

All Superinterfaces:
java.lang.Iterable<E>
All Known Subinterfaces:
COMIDispatchList<E>
All Known Implementing Classes:
AppOutputLines, Documents, Parameters, SchemaSources

public interface COMIDispatchConstList<E>
extends java.lang.Iterable<E>
Marks a class to support the standard COM IDispatch methods for lists of elements of class E
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object get_NewEnum()
    Not used in this context.
    int getCount()  
    E getItem​(int index)  

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator