Uses of Class
io.github.spartatech.sqljson.vo.MultiListType
-
Packages that use MultiListType Package Description io.github.spartatech.sqljson.vo -
-
Uses of MultiListType in io.github.spartatech.sqljson.vo
Methods in io.github.spartatech.sqljson.vo that return MultiListType Modifier and Type Method Description static MultiListTypeMultiListType. fromValue(String value)MultiListTypeMultiColumn. getFilterType()static MultiListTypeMultiListType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiListType[]MultiListType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.spartatech.sqljson.vo with parameters of type MultiListType Constructor Description MultiColumn(MultiListType filterType)
-