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 aMessagebuilt 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 ofMessages stored for the Location.Methods in org.openwms.common.location with parameters of type MessageModifier and TypeMethodDescriptionbooleanLocation.addMessage(Message message) Add a newMessageto this Location.booleanLocation.removeMessages(Message... msgs) Remove one or moreMessages from this Location.Method parameters in org.openwms.common.location with type arguments of type Message