Uses of Class
br.com.senior.hcm.dependent.pojos.AddressType
-
Packages that use AddressType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of AddressType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return AddressType Modifier and Type Method Description static AddressTypeAddressType. fromValue(String text)AddressTypeAddress. getAddresstype()Get addresstypeAddressTypeAddressType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AddressTypeAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressType[]AddressType. 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 AddressType Modifier and Type Method Description AddressAddress. addresstype(AddressType addresstype)voidAddress. setAddresstype(AddressType addresstype)voidAddressType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AddressType enumeration)
-