Uses of Enum Class
org.eblocker.server.common.status.MessageStatus
Packages that use MessageStatus
-
Uses of MessageStatus in org.eblocker.server.common.status
Methods in org.eblocker.server.common.status that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatusReturns the enum constant of this class with the specified name.static MessageStatus[]MessageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.status with parameters of type MessageStatusModifierConstructorDescriptionMessage(MessageStatus status, String message) URLMessage(MessageStatus status, String message, String url)