Uses of Enum Class
org.episteme.natural.biology.DynasticCalculator.Gender
Packages that use DynasticCalculator.Gender
-
Uses of DynasticCalculator.Gender in org.episteme.natural.biology
Subclasses with type arguments of type DynasticCalculator.Gender in org.episteme.natural.biologyModifier and TypeClassDescriptionstatic enumGender for dynastic succession priority logic.Methods in org.episteme.natural.biology that return DynasticCalculator.GenderModifier and TypeMethodDescriptionDynasticCalculator.DynasticPerson.getGender()static DynasticCalculator.GenderReturns the enum constant of this class with the specified name.static DynasticCalculator.Gender[]DynasticCalculator.Gender.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.natural.biology with parameters of type DynasticCalculator.GenderModifier and TypeMethodDescriptionvoidDynasticCalculator.DynasticPerson.setGender(DynasticCalculator.Gender gender)