Uses of Enum Class
com.thecoderscorner.menu.domain.BooleanMenuItem.BooleanNaming
Packages that use BooleanMenuItem.BooleanNaming
-
Uses of BooleanMenuItem.BooleanNaming in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return BooleanMenuItem.BooleanNamingModifier and TypeMethodDescriptionBooleanMenuItem.getNaming()returns the naming for this boolean, that describes how to render the true/false choice.Returns the enum constant of this class with the specified name.static BooleanMenuItem.BooleanNaming[]BooleanMenuItem.BooleanNaming.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.thecoderscorner.menu.domain with parameters of type BooleanMenuItem.BooleanNamingModifier and TypeMethodDescriptionBooleanMenuItemBuilder.withNaming(BooleanMenuItem.BooleanNaming naming) Constructors in com.thecoderscorner.menu.domain with parameters of type BooleanMenuItem.BooleanNamingModifierConstructorDescriptionBooleanMenuItem(String name, String varName, int id, int eepromAddress, String functionName, BooleanMenuItem.BooleanNaming naming, boolean readOnly, boolean localOnly, boolean visible)