org.zkoss.text
Class MessageFormats.NameInfo

java.lang.Object
  extended by org.zkoss.text.MessageFormats.NameInfo
Enclosing class:
MessageFormats

public static class MessageFormats.NameInfo
extends Object

The name info returned by MessageFormats.parseByName(java.lang.String)).


Field Summary
 String[] names
          The name of relative position.
 String pattern
          The pattern in the format of java.text.MessageFormat.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

public final String pattern
The pattern in the format of java.text.MessageFormat.


names

public final String[] names
The name of relative position.



Copyright © 2014. All rights reserved.