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