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

com.github.petrovich4j.Gender Maven / Gradle / Ivy

package com.github.petrovich4j;

/**
 * Пол
 */
public enum Gender {
    Male,
    Female,
    Both
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy