public static enum ResultTransformer.Mode extends Enum<ResultTransformer.Mode>
| Modifier and Type | Method and Description |
|---|---|
static ResultTransformer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultTransformer.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultTransformer.Mode compress
public static final ResultTransformer.Mode empty
public static final ResultTransformer.Mode xslt
public static final ResultTransformer.Mode base64
public static ResultTransformer.Mode[] values()
for (ResultTransformer.Mode c : ResultTransformer.Mode.values()) System.out.println(c);
public static ResultTransformer.Mode 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 © 2019. All rights reserved.