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