
com.harium.suneidesis.concept.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
The newest version!
package com.harium.suneidesis.concept.beign;
import com.harium.suneidesis.concept.Concept;
public class Gender {
public static final Concept MALE = new Concept("male");
public static final Concept FEMALE = new Concept("female");
public static final Concept GENDERLESS = new Concept("genderless");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy