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