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