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