gate.creole.morph
Class Codes

java.lang.Object
  extended by gate.creole.morph.Codes

public class Codes
extends Object

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable

Field Summary
static int CHARACTER_RANGE_CODE
           
static int CHARACTER_SET_CODE
           
static int ERROR_CODE
           
static int STRING_SET_CODE
           
 
Constructor Summary
Codes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_CODE

public static final int ERROR_CODE
See Also:
Constant Field Values

STRING_SET_CODE

public static final int STRING_SET_CODE
See Also:
Constant Field Values

CHARACTER_RANGE_CODE

public static final int CHARACTER_RANGE_CODE
See Also:
Constant Field Values

CHARACTER_SET_CODE

public static final int CHARACTER_SET_CODE
See Also:
Constant Field Values
Constructor Detail

Codes

public Codes()