Uses of Class
org.bidib.wizard.mvc.pt.view.command.PtAddressValueCommand.ValueType
-
Packages that use PtAddressValueCommand.ValueType Package Description org.bidib.wizard.mvc.pt.view.command -
-
Uses of PtAddressValueCommand.ValueType in org.bidib.wizard.mvc.pt.view.command
Methods in org.bidib.wizard.mvc.pt.view.command that return PtAddressValueCommand.ValueType Modifier and Type Method Description static PtAddressValueCommand.ValueTypePtAddressValueCommand.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static PtAddressValueCommand.ValueType[]PtAddressValueCommand.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bidib.wizard.mvc.pt.view.command with parameters of type PtAddressValueCommand.ValueType Constructor Description PtAddressValueCommand(org.bidib.jbidibc.messages.enums.PtOperation ptOperation, int cvNumber, int cvValue, PtAddressValueCommand.ValueType valueType)
-