org.zkoss.text
Class MessageFormats.NameInfo
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2015. All rights reserved.