![JAR search and dependency download from the Maven repository](/logo.png)
com.viaoa.util.OAFlagEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-core Show documentation
Show all versions of oa-core Show documentation
Object Automation library
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