Uses of Class
br.com.senior.hcm.payroll.pojos.DirectionType
-
Packages that use DirectionType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of DirectionType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return DirectionType Modifier and Type Method Description static DirectionTypeDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectionType[]DirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-