public static enum NativeLibraryLoader.LoadState extends java.lang.Enum<NativeLibraryLoader.LoadState>
| Enum Constant and Description |
|---|
LOADED_2 |
LOADED_3 |
NOT_LOADED |
| Modifier and Type | Method and Description |
|---|---|
static NativeLibraryLoader.LoadState |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2024. All Rights Reserved.