public static enum IListenerConnector.CacheMode extends Enum<IListenerConnector.CacheMode>
Enum Constant and Description |
---|
CACHE_CONNECTION |
CACHE_CONSUMER |
CACHE_NONE |
CACHE_SESSION |
Modifier and Type | Method and Description |
---|---|
static IListenerConnector.CacheMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IListenerConnector.CacheMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IListenerConnector.CacheMode CACHE_NONE
public static final IListenerConnector.CacheMode CACHE_CONNECTION
public static final IListenerConnector.CacheMode CACHE_SESSION
public static final IListenerConnector.CacheMode CACHE_CONSUMER
public static IListenerConnector.CacheMode[] values()
for (IListenerConnector.CacheMode c : IListenerConnector.CacheMode.values()) System.out.println(c);
public static IListenerConnector.CacheMode 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 © 2023 Frank!Framework. All rights reserved.