net.sourceforge.pinyin4j
Class ChineseToPinyinResource.Field

java.lang.Object
  extended by net.sourceforge.pinyin4j.ChineseToPinyinResource.Field
Enclosing class:
ChineseToPinyinResource

 class ChineseToPinyinResource.Field
extends java.lang.Object

A class encloses common string constants used in Properties files

Author:
Li Min (xmlerlimin@gmail.com)

Field Summary
(package private) static java.lang.String COMMA
           
(package private) static java.lang.String LEFT_BRACKET
           
(package private) static java.lang.String RIGHT_BRACKET
           
 
Constructor Summary
ChineseToPinyinResource.Field()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT_BRACKET

static final java.lang.String LEFT_BRACKET
See Also:
Constant Field Values

RIGHT_BRACKET

static final java.lang.String RIGHT_BRACKET
See Also:
Constant Field Values

COMMA

static final java.lang.String COMMA
See Also:
Constant Field Values
Constructor Detail

ChineseToPinyinResource.Field

ChineseToPinyinResource.Field()