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