Uses of Class
br.com.senior.hcm.payroll.pojos.DecisionPcD
-
Packages that use DecisionPcD Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of DecisionPcD in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return DecisionPcD Modifier and Type Method Description static DecisionPcDDecisionPcD. fromValue(String text)DecisionPcDWorkstationgroup. getAllowDeficient()Get allowDeficientDecisionPcDDecisionPcD.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DecisionPcDDecisionPcD. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionPcD[]DecisionPcD. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.payroll.pojos with parameters of type DecisionPcD Modifier and Type Method Description WorkstationgroupWorkstationgroup. allowDeficient(DecisionPcD allowDeficient)voidWorkstationgroup. setAllowDeficient(DecisionPcD allowDeficient)voidDecisionPcD.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DecisionPcD enumeration)
-