Uses of Enum Class
org.conical.common.bbl.enums.Sex
Packages that use Sex
Package
Description
Contains enums defining possible values and attributes of those values for data the BBL collects.
Contains action classes to assist in the development of Struts2 applications.
-
Uses of Sex in org.conical.common.bbl.enums
Methods in org.conical.common.bbl.enums that return SexModifier and TypeMethodDescriptionSex.getOpposite()
static Sex
Sex.valueOf
(int code) Returns the enum constant of this class with the specified name.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. -
Uses of Sex in org.conical.common.bbl.web.struts.actions
Methods in org.conical.common.bbl.web.struts.actions that return types with arguments of type Sex