net.sf.bloof.util.intl
Class Language

java.lang.Object
  |
  +--net.sf.bloof.util.intl.Language

public class Language
extends java.lang.Object

This class represents the supported languages of Bloof

Version:
$Id: Language.java,v 1.5 2003/09/06 08:35:09 pekacki Exp $
Author:
Lukasz Pekacki

Field Summary
static Language ENGLISH
          Constant for English language
static Language GERMAN
          Constant for German language
 
Method Summary
 java.lang.String getName()
          Returns the name of the language
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENGLISH

public static final Language ENGLISH
Constant for English language


GERMAN

public static final Language GERMAN
Constant for German language

Method Detail

getName

public java.lang.String getName()
Returns the name of the language

Returns:
String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString( )


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.