Uses of Class
org.bidib.wizard.mvc.pom.model.command.PomAddressValueCommand.ValueType
-
Packages that use PomAddressValueCommand.ValueType Package Description org.bidib.wizard.mvc.pom.model.command -
-
Uses of PomAddressValueCommand.ValueType in org.bidib.wizard.mvc.pom.model.command
Methods in org.bidib.wizard.mvc.pom.model.command that return PomAddressValueCommand.ValueType Modifier and Type Method Description static PomAddressValueCommand.ValueTypePomAddressValueCommand.ValueType. valueOf(String name)Returns 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.ValueType Constructor Description PomAddressPanelChangeAddressCommand(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)
-