com.ibm.icu.text
Class MessagePatternUtil.MessageContentsNode

java.lang.Object
  extended by com.ibm.icu.text.MessagePatternUtil.Node
      extended by com.ibm.icu.text.MessagePatternUtil.MessageContentsNode
Direct Known Subclasses:
MessagePatternUtil.ArgNode, MessagePatternUtil.TextNode
Enclosing class:
MessagePatternUtil

public static class MessagePatternUtil.MessageContentsNode
extends MessagePatternUtil.Node

A piece of MessageNode contents. Use getType() to determine the type and the actual Node subclass.

Status:
Draft ICU 49.

Nested Class Summary
static class MessagePatternUtil.MessageContentsNode.Type
          The type of a piece of MessageNode contents.
 
Method Summary
 MessagePatternUtil.MessageContentsNode.Type getType()
          Returns the type of this piece of MessageNode contents.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public MessagePatternUtil.MessageContentsNode.Type getType()
Returns the type of this piece of MessageNode contents.

Status:
Draft ICU 49.

toString

public String toString()

Overrides:
toString in class Object
Status:
Draft ICU 49.


Copyright (c) 2012 IBM Corporation and others.