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