Uses of Enum Class
org.kiwiproject.base.KiwiPrimitives.BooleanConversionOption
Packages that use KiwiPrimitives.BooleanConversionOption
-
Uses of KiwiPrimitives.BooleanConversionOption in org.kiwiproject.base
Methods in org.kiwiproject.base that return KiwiPrimitives.BooleanConversionOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.KiwiPrimitives.BooleanConversionOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.base with parameters of type KiwiPrimitives.BooleanConversionOptionModifier and TypeMethodDescriptionstatic booleanKiwiPrimitives.booleanFromInt(int value, KiwiPrimitives.BooleanConversionOption option) Converts the given int value to a boolean using the specifiedKiwiPrimitives.BooleanConversionOption.static booleanKiwiPrimitives.booleanFromLong(long value, KiwiPrimitives.BooleanConversionOption option) Converts the given long value to a boolean using the specifiedKiwiPrimitives.BooleanConversionOption. -
Uses of KiwiPrimitives.BooleanConversionOption in org.kiwiproject.jdbc
Methods in org.kiwiproject.jdbc with parameters of type KiwiPrimitives.BooleanConversionOptionModifier and TypeMethodDescriptionstatic booleanKiwiJdbc.booleanFromInt(ResultSet rs, String columnName, KiwiPrimitives.BooleanConversionOption option) Converts an int value in the specified column to a boolean using the givenKiwiPrimitives.BooleanConversionOption.static booleanKiwiJdbc.booleanFromLong(ResultSet rs, String columnName, KiwiPrimitives.BooleanConversionOption option) Converts a long value in the specified column to a boolean using the givenKiwiPrimitives.BooleanConversionOption.