public static enum NativeLibraryLoader.LoadState extends Enum<NativeLibraryLoader.LoadState>
Enum Constant and Description |
---|
LOADED_2 |
LOADED_3 |
NOT_LOADED |
Modifier and Type | Method and Description |
---|---|
static NativeLibraryLoader.LoadState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeLibraryLoader.LoadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeLibraryLoader.LoadState NOT_LOADED
public static final NativeLibraryLoader.LoadState LOADED_2
public static final NativeLibraryLoader.LoadState LOADED_3
public static NativeLibraryLoader.LoadState[] values()
for (NativeLibraryLoader.LoadState c : NativeLibraryLoader.LoadState.values()) System.out.println(c);
public static NativeLibraryLoader.LoadState 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. All Rights Reserved.