Uses of Class
org.openwms.common.location.Message
Packages that use Message
Package
Description
This package contains all types to describe locations.
-
Uses of Message in org.openwms.common.location
Fields in org.openwms.common.location with type parameters of type MessageMethods in org.openwms.common.location that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()
Returns aMessage
built from the parameters previously set.Methods in org.openwms.common.location that return types with arguments of type MessageModifier and TypeMethodDescriptionLocation.getMessages()
Returns an unmodifiable Set ofMessage
s stored for the Location.Methods in org.openwms.common.location with parameters of type MessageModifier and TypeMethodDescriptionboolean
Location.addMessage
(Message message) Add a newMessage
to this Location.boolean
Location.removeMessages
(Message... msgs) Remove one or moreMessage
s from this Location.Method parameters in org.openwms.common.location with type arguments of type Message