| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.CharHandler.getType() |
GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.SimpleCharHandler.getType() |
GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.InternationalCharHandler.getType() |
GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.UnprintableCharHandler.getType() |
GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.UnprintableExtCharHandler.getType() |
GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.InternationalExtCharHandler.getType() |
static GeneralLegacyIndexCodes.Type |
GeneralLegacyIndexCodes.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralLegacyIndexCodes.Type[] |
GeneralLegacyIndexCodes.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static GeneralLegacyIndexCodes.CharHandler |
GeneralLegacyIndexCodes.parseCodes(java.util.Map<java.lang.String,GeneralLegacyIndexCodes.Type> prefixMap,
java.lang.String codeLine)
Returns a CharHandler parsed from the given line from an index codes
file.
|