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