Uses of Class
br.com.senior.hcm.dependent.pojos.InformationType
-
Packages that use InformationType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of InformationType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return InformationType Modifier and Type Method Description static InformationTypeInformationType. fromValue(String text)InformationTypeFinancialIndex. getInformationType()Get informationTypeInformationTypeInformationType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static InformationTypeInformationType. valueOf(String name)Returns the enum constant of this type with the specified name.static InformationType[]InformationType. 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 InformationType Modifier and Type Method Description FinancialIndexFinancialIndex. informationType(InformationType informationType)voidFinancialIndex. setInformationType(InformationType informationType)voidInformationType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, InformationType enumeration)
-