Uses of Class
br.com.senior.hcm.payroll.pojos.OtherContractType
-
Packages that use OtherContractType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of OtherContractType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return OtherContractType Modifier and Type Method Description static OtherContractTypeOtherContractType. fromValue(String text)OtherContractTypeOtherContract. getOtherContractType()Get otherContractTypeOtherContractTypeOtherContractType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static OtherContractTypeOtherContractType. valueOf(String name)Returns the enum constant of this type with the specified name.static OtherContractType[]OtherContractType. 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 OtherContractType Modifier and Type Method Description OtherContractOtherContract. otherContractType(OtherContractType otherContractType)voidOtherContract. setOtherContractType(OtherContractType otherContractType)voidOtherContractType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, OtherContractType enumeration)
-