Uses of Class
pt.cienciavitae.ns.common_enum.GenderEnum
-
Packages that use GenderEnum Package Description pt.cienciavitae.ns.common_enum pt.cienciavitae.ns.person_info -
-
Uses of GenderEnum in pt.cienciavitae.ns.common_enum
Methods in pt.cienciavitae.ns.common_enum that return GenderEnum Modifier and Type Method Description static GenderEnumGenderEnum. fromValue(String v)static GenderEnumGenderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GenderEnum[]GenderEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GenderEnum in pt.cienciavitae.ns.person_info
Fields in pt.cienciavitae.ns.person_info declared as GenderEnum Modifier and Type Field Description protected GenderEnumGenderCtype. codeMethods in pt.cienciavitae.ns.person_info that return GenderEnum Modifier and Type Method Description GenderEnumGenderCtype. getCode()Gets the value of the code property.Methods in pt.cienciavitae.ns.person_info with parameters of type GenderEnum Modifier and Type Method Description voidGenderCtype. setCode(GenderEnum value)Sets the value of the code property.
-