Uses of Class
br.com.senior.hcm.dependent.pojos.ESocialDependentType
-
Packages that use ESocialDependentType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of ESocialDependentType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return ESocialDependentType Modifier and Type Method Description static ESocialDependentTypeESocialDependentType. fromValue(String text)ESocialDependentTypeDependent. getESocialDependentType()Get eSocialDependentTypeESocialDependentTypeESocialDependentType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ESocialDependentTypeESocialDependentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ESocialDependentType[]ESocialDependentType. 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 ESocialDependentType Modifier and Type Method Description DependentDependent. eSocialDependentType(ESocialDependentType eSocialDependentType)voidDependent. setESocialDependentType(ESocialDependentType eSocialDependentType)voidESocialDependentType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ESocialDependentType enumeration)
-