Uses of Class
br.com.senior.hcm.dependent.pojos.DecisionType
-
Packages that use DecisionType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of DecisionType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return DecisionType Modifier and Type Method Description static DecisionTypeDecisionType. fromValue(String text)DecisionTypeFixedJudicialValue. getVacationType()Get vacationTypeDecisionTypeFixedJudicialValue. getWageBonusType()Get wageBonusTypeDecisionTypeDecisionType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DecisionTypeDecisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionType[]DecisionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.dependent.pojos with parameters of type DecisionType Modifier and Type Method Description voidFixedJudicialValue. setVacationType(DecisionType vacationType)voidFixedJudicialValue. setWageBonusType(DecisionType wageBonusType)FixedJudicialValueFixedJudicialValue. vacationType(DecisionType vacationType)FixedJudicialValueFixedJudicialValue. wageBonusType(DecisionType wageBonusType)voidDecisionType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DecisionType enumeration)
-