uk.ac.essex.ia.lang
Class Language

java.lang.Object
  extended by uk.ac.essex.ia.lang.Language

public class Language
extends java.lang.Object


Date: 15-Jul-2002


Field Summary
static Language ENGLISH
          A constant representing the english language
protected static int ENGLISH_TYPE
           
static Language SPANISH
          A constant representing the spanish language
protected static int SPANISH_TYPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGLISH_TYPE

protected static final int ENGLISH_TYPE
See Also:
Constant Field Values

SPANISH_TYPE

protected static final int SPANISH_TYPE
See Also:
Constant Field Values

ENGLISH

public static final Language ENGLISH
A constant representing the english language


SPANISH

public static final Language SPANISH
A constant representing the spanish language