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