Uses of Class
br.com.senior.hcm.dependent.pojos.IndexType
-
Packages that use IndexType Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of IndexType in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return IndexType Modifier and Type Method Description static IndexTypeIndexType. fromValue(String text)IndexTypeFinancialIndex. getIndexType()Get indexTypeIndexTypeIndexType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. 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 IndexType Modifier and Type Method Description FinancialIndexFinancialIndex. indexType(IndexType indexType)voidFinancialIndex. setIndexType(IndexType indexType)voidIndexType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IndexType enumeration)
-