public static enum AdapterStatus.Expanded extends Enum<AdapterStatus.Expanded>
Enum Constant and Description |
---|
ALL |
MESSAGES |
NONE |
PIPES |
RECEIVERS |
Modifier and Type | Method and Description |
---|---|
static AdapterStatus.Expanded |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapterStatus.Expanded[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdapterStatus.Expanded NONE
public static final AdapterStatus.Expanded ALL
public static final AdapterStatus.Expanded RECEIVERS
public static final AdapterStatus.Expanded MESSAGES
public static final AdapterStatus.Expanded PIPES
public static AdapterStatus.Expanded[] values()
for (AdapterStatus.Expanded c : AdapterStatus.Expanded.values()) System.out.println(c);
public static AdapterStatus.Expanded 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.