public enum LargeCellHandler extends Enum<LargeCellHandler>
Modifier and Type | Method and Description |
---|---|
protected abstract String |
handleLargeValueImpl(Field field,
String value) |
String |
interceptValue(Field field,
String value) |
static LargeCellHandler |
lookup(String name) |
static LargeCellHandler |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LargeCellHandler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LargeCellHandler FAIL
public static final LargeCellHandler TRUNCATE
public static final LargeCellHandler SKIP
public static LargeCellHandler[] values()
for (LargeCellHandler c : LargeCellHandler.values()) System.out.println(c);
public static LargeCellHandler valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static LargeCellHandler lookup(String name)
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.