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