Uses of Enum Class
mmud.database.enums.Sex
Packages that use Sex
Package
Description
Provides the JPA Database Entities for Characters.
-
Uses of Sex in mmud.database.entities.characters
Classes in mmud.database.entities.characters that implement interfaces with type arguments of type SexMethods in mmud.database.entities.characters that return SexModifier and TypeMethodDescriptionSexConverter.convertToEntityAttribute
(String shortName) Person.getSex()
returns what gender the character is.Methods in mmud.database.entities.characters with parameters of type Sex -
Uses of Sex in mmud.database.enums
Subclasses with type arguments of type Sex in mmud.database.enumsMethods in mmud.database.enums that return SexModifier and TypeMethodDescriptionstatic Sex
Sex.createFromString
(String aString) Little factory method for creating a Sex object.static Sex
Returns the enum constant of this class with the specified name.static Sex[]
Sex.values()
Returns an array containing the constants of this enum class, in the order they are declared.