Uses of Enum Class
org.umlg.enumeration.Gender
Packages that use Gender
-
Uses of Gender in org.umlg.enumeration
Methods in org.umlg.enumeration that return GenderModifier and TypeMethodDescriptionstatic GenderHuman.getGender()static GenderReturns the enum constant of this class with the specified name.static Gender[]Gender.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.umlg.enumeration with parameters of type GenderModifier and TypeMethodDescriptionvoidHuman.addToGender(Gender gender)voidHuman.addToGenderIgnoreInverse(Gender gender)voidHuman.removeFromGender(Gender gender)voidList<org.umlg.runtime.validation.UmlgConstraintViolation>Human.validateGender(Gender gender)Method parameters in org.umlg.enumeration with type arguments of type GenderModifier and TypeMethodDescriptionvoidHuman.removeFromGender(org.umlg.runtime.collection.UmlgSet<Gender> gender)