public static enum ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper extends Enum<ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper> implements com.sun.jna.FunctionMapper
| Enum Constant and Description | 
|---|
INSTANCE
The singleton instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFunctionName(com.sun.jna.NativeLibrary library,
               Method method) | 
static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper INSTANCE
public static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper[] values()
for (ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper c : ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper.values()) System.out.println(c);
public static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper 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 © 2014–2021. All rights reserved.