com.altova.mapforce.IEnumerator Maven / Gradle / Ivy
/**
* IEnumerator.java
*
* This file was generated by MapForce 2017sp2.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the MapForce Documentation for further details.
* http://www.altova.com/mapforce
*/
package com.altova.mapforce;
public interface IEnumerator
{
boolean moveNext() throws Exception;
Object current();
int position();
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy