public enum AS2Compression extends Enum<AS2Compression>
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName() |
static AS2Compression |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS2Compression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS2Compression NONE
public static final AS2Compression ZLIB
public static AS2Compression[] values()
for (AS2Compression c : AS2Compression.values()) System.out.println(c);
public static AS2Compression 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 getCanonicalName()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.