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

framework.defined.YesNo Maven / Gradle / Ivy

package framework.defined;

/**
 * 是/否
 */
public enum YesNo {
    /**
     * 是
     */
    Yes,
    /**
     * 否
     */
    No
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy