Uses of Enum
org.bidib.wizard.mvc.pom.model.command.PomAddressValueCommand.ValueType
Packages that use PomAddressValueCommand.ValueType
-
Uses of PomAddressValueCommand.ValueType in org.bidib.wizard.mvc.pom.model.command
Methods in org.bidib.wizard.mvc.pom.model.command that return PomAddressValueCommand.ValueTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PomAddressValueCommand.ValueType[]PomAddressValueCommand.ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bidib.wizard.mvc.pom.model.command with parameters of type PomAddressValueCommand.ValueTypeModifierConstructorDescriptionPomAddressPanelChangeAddressCommand(org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation pomOperation, int cvNumber, int cvValue, PomAddressValueCommand.ValueType valueType, CurrentAddressBeanModel currentAddressBeanModel) PomAddressValueCommand(org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation pomOperation, int cvNumber, int cvValue, PomAddressValueCommand.ValueType valueType)