All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.viaoa.util.OAFlagEnum Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
package com.viaoa.util;

/**
 * used as an 3-state flag
 *
 * @author vvia
 */
public enum OAFlagEnum {
	False,
	True,
	Either
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy