
cz.cdv.datex2.providers.ChangesProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datex2-api Show documentation
Show all versions of datex2-api Show documentation
DATEX II API for Java, allows to create DATEX II suppliers and clients.
The newest version!
package cz.cdv.datex2.providers;
import eu.datex2.schema._2._2_0.D2LogicalModel;
import eu.datex2.schema._2._2_0.UpdateMethodEnum;
public interface ChangesProvider extends Datex2Provider {
D2LogicalModel getChanges(UpdateMethodEnum updateMethod, String... changes);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy