Uses of Enum Class
com.thecoderscorner.menu.domain.CustomBuilderMenuItem.CustomMenuType
Packages that use CustomBuilderMenuItem.CustomMenuType
-
Uses of CustomBuilderMenuItem.CustomMenuType in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return CustomBuilderMenuItem.CustomMenuTypeModifier and TypeMethodDescriptionCustomBuilderMenuItem.getMenuType()Returns the enum constant of this class with the specified name.static CustomBuilderMenuItem.CustomMenuType[]CustomBuilderMenuItem.CustomMenuType.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 CustomBuilderMenuItem.CustomMenuTypeModifier and TypeMethodDescriptionCustomBuilderMenuItemBuilder.withMenuType(CustomBuilderMenuItem.CustomMenuType ty) Constructors in com.thecoderscorner.menu.domain with parameters of type CustomBuilderMenuItem.CustomMenuTypeModifierConstructorDescriptionCustomBuilderMenuItem(String name, String variableName, int id, int eepromAddress, String functionName, boolean readOnly, boolean localOnly, boolean visible, CustomBuilderMenuItem.CustomMenuType theType)