com.harium.suneidesis.beign.Gender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Project to represent knowledge
package com.harium.suneidesis.beign;
public enum Gender {
MALE, FEMALE, GENDERLESS, UNKNOWN;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy