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