net.sixpointsix.carpo.mi.MIFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of carpo-mi Show documentation
Show all versions of carpo-mi Show documentation
MI library for carpo core
package net.sixpointsix.carpo.mi;
/**
* Possible format for the MI
*/
public enum MIFormat {
CSV,
TSV,
EXCEL,
JSON
}