net.sourceforge.wohenchan.encoding
Class SimplifiedChinese

java.lang.Object
  |
  +--net.sourceforge.wohenchan.encoding.SimplifiedChinese
All Implemented Interfaces:
LanguageInfoInterface

public class SimplifiedChinese
extends java.lang.Object
implements LanguageInfoInterface

Simplified Chinese Information

Version:
$Name: $ $Date: 2003/06/22 17:44:44 $
Author:
$Author: wtanaka $

Field Summary
static java.lang.String CANONICAL
           
(package private) static java.lang.String s_simplifiedCharacters
           
(package private) static SimplifiedChinese s_singleton
           
 
Fields inherited from interface net.sourceforge.wohenchan.encoding.LanguageInfoInterface
ALL_ENCODINGS
 
Constructor Summary
private SimplifiedChinese()
           
 
Method Summary
 java.lang.String getCanonicalString()
           
static SimplifiedChinese getInstance()
           
 boolean isCharacterInLanguage(char ch)
          Returns true if ch is in the language, or false if it is not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANONICAL

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

s_singleton

static SimplifiedChinese s_singleton

s_simplifiedCharacters

static java.lang.String s_simplifiedCharacters
Constructor Detail

SimplifiedChinese

private SimplifiedChinese()
Method Detail

getInstance

public static SimplifiedChinese getInstance()

isCharacterInLanguage

public boolean isCharacterInLanguage(char ch)
Description copied from interface: LanguageInfoInterface
Returns true if ch is in the language, or false if it is not.

Specified by:
isCharacterInLanguage in interface LanguageInfoInterface

getCanonicalString

public java.lang.String getCanonicalString()
Specified by:
getCanonicalString in interface LanguageInfoInterface
Returns:
the canonical string describing this language.