protected static enum EsbSoapWrapperPipe.Mode extends Enum<EsbSoapWrapperPipe.Mode>
Enum Constant and Description |
---|
BIS
Business Integration Services
|
I2T
ifsa2tibco
|
REG
Regular
|
Modifier and Type | Method and Description |
---|---|
static EsbSoapWrapperPipe.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EsbSoapWrapperPipe.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EsbSoapWrapperPipe.Mode I2T
public static final EsbSoapWrapperPipe.Mode REG
public static final EsbSoapWrapperPipe.Mode BIS
public static EsbSoapWrapperPipe.Mode[] values()
for (EsbSoapWrapperPipe.Mode c : EsbSoapWrapperPipe.Mode.values()) System.out.println(c);
public static EsbSoapWrapperPipe.Mode 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.