// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   CharacterConverterGroup.java
// Class Version:      45.3

package oracle.sql.converter;


// flag ACC_ABSTRACT is set
public interface CharacterConverterGroup
{
    // Constants:          28
    // Interfaces:         0
    // Fields:             9
    // Methods:            0
    // Class Attributes:   1


    public static final int ID_1BYTE = 1;
    public static final int ID_12BYTE = 2;
    public static final int ID_JAEUC = 3;
    public static final int ID_LC = 4;
    public static final int ID_LCFIXED = 5;
    public static final int ID_SJIS = 6;
    public static final int ID_ZHTEUC = 7;
    public static final int ID_2BYTEFIXED = 8;
    public static final int ID_SHIFT = 9;
}
