Uses of Class
org.cxbox.core.dto.multivalue.MultivalueOptionType
-
Packages that use MultivalueOptionType Package Description org.cxbox.core.dto.multivalue -
-
Uses of MultivalueOptionType in org.cxbox.core.dto.multivalue
Methods in org.cxbox.core.dto.multivalue that return MultivalueOptionType Modifier and Type Method Description static MultivalueOptionTypeMultivalueOptionType. of(String type)static MultivalueOptionTypeMultivalueOptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultivalueOptionType[]MultivalueOptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cxbox.core.dto.multivalue with parameters of type MultivalueOptionType Modifier and Type Method Description MultivalueFieldSingleValueMultivalueFieldSingleValue. addOption(MultivalueOptionType key, String value)MultivalueFieldSingleValueMultivalueFieldSingleValue. deleteOption(MultivalueOptionType key)Method parameters in org.cxbox.core.dto.multivalue with type arguments of type MultivalueOptionType Modifier and Type Method Description static <T> Collector<T,MultivalueField,MultivalueField>MultivalueField. toMultivalueField(Function<T,String> idMapper, Function<T,String> valueMapper, Map<MultivalueOptionType,Function<T,String>> optionsMapper)
-