public enum ConverterPreselectionMode extends Enum<ConverterPreselectionMode>
| Enum Constant and Description |
|---|
AUTO_DETECT |
CONFIGURE |
CONFIGURE_AND_MEMORY |
DEFAULT |
PERMANENT_MEMORY |
SESSION_MEMORY |
| Modifier and Type | Method and Description |
|---|---|
static ConverterPreselectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConverterPreselectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConverterPreselectionMode AUTO_DETECT
public static final ConverterPreselectionMode CONFIGURE
public static final ConverterPreselectionMode CONFIGURE_AND_MEMORY
public static final ConverterPreselectionMode DEFAULT
public static final ConverterPreselectionMode PERMANENT_MEMORY
public static final ConverterPreselectionMode SESSION_MEMORY
public static ConverterPreselectionMode[] values()
for (ConverterPreselectionMode c : ConverterPreselectionMode.values()) System.out.println(c);
public static ConverterPreselectionMode 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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.