| Package | Description |
|---|---|
| de.vandermeer.skb.base.message |
A simple 5WH message object, for details on 5WH see Wikipedia.
|
| Modifier and Type | Method and Description |
|---|---|
EMessageType |
Message5WH.getType()
Returns the type of the message.
|
static EMessageType |
EMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMessageType[] |
EMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Message5WH |
Message5WH.setType(EMessageType type)
Builder method: sets the type of the message.
|
Copyright © 2010–2015. All rights reserved.