Uses of Enum Class
org.openwms.common.transport.api.commands.TUCommand.Type
Packages that use TUCommand.Type
Package
Description
This package contains all supported Command types the COMMON Service can handle.
-
Uses of TUCommand.Type in org.openwms.common.transport.api.commands
Fields in org.openwms.common.transport.api.commands declared as TUCommand.TypeModifier and TypeFieldDescriptionprivate TUCommand.Type
TUCommand.Builder.type
private @NotNull TUCommand.Type
TUCommand.type
Methods in org.openwms.common.transport.api.commands that return TUCommand.TypeModifier and TypeMethodDescriptionTUCommand.getType()
static TUCommand.Type
Returns the enum constant of this class with the specified name.static TUCommand.Type[]
TUCommand.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openwms.common.transport.api.commands with parameters of type TUCommand.TypeModifier and TypeMethodDescriptionstatic TUCommand.Builder
TUCommand.newBuilder
(TUCommand.Type type) void
TUCommand.setType
(TUCommand.Type type) Constructors in org.openwms.common.transport.api.commands with parameters of type TUCommand.TypeModifierConstructorDescriptionprivate
Builder
(@NotNull TUCommand.Type type) protected
TUCommand
(TUCommand.Type type, TransportUnitMO transportUnit)