![JAR search and dependency download from the Maven repository](/logo.png)
com.github.mygreen.supercsv.builder.BuildCase Maven / Gradle / Ivy
package com.github.mygreen.supercsv.builder;
/**
* CellProcessorを組み立てる時のケースを表現する列挙型です。
* 読み込み/書き込み用と区別する時に利用します。
*
* @since 2.0
* @author T.TSUCHIE
*
*/
public enum BuildCase {
/** 読み込み時 */
Read,
/** 書き込み時 */
Write;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy