public static class MessagePatternUtil.MessageContentsNode extends MessagePatternUtil.Node
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagePatternUtil.MessageContentsNode.Type
The type of a piece of MessageNode contents.
|
| Modifier and Type | Method and Description |
|---|---|
MessagePatternUtil.MessageContentsNode.Type |
getType()
Returns the type of this piece of MessageNode contents.
|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public MessagePatternUtil.MessageContentsNode.Type getType()
public String toString()
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.