de.intarsys.nativec.api
public class NativeInterface extends java.lang.Object
INativeInterface
.
To make this work, just do one of the following:
NativeInterface
INativeInterface
of your choice in NativeInterface
.
Modifier and Type | Field and Description |
---|---|
static INativeHandle |
NULL |
static java.lang.String |
PROP_NATIVEINTERFACE |
Constructor and Description |
---|
NativeInterface() |
Modifier and Type | Method and Description |
---|---|
protected static INativeInterface |
createNativeInterface() |
protected static INativeInterface |
findNativeInterface() |
static INativeInterface |
get() |
static java.lang.String |
getName() |
static void |
set(INativeInterface nativeInterface) |
static void |
setName(java.lang.String name) |
public static INativeHandle NULL
public static final java.lang.String PROP_NATIVEINTERFACE
protected static INativeInterface createNativeInterface()
protected static INativeInterface findNativeInterface()
public static INativeInterface get()
public static java.lang.String getName()
public static void set(INativeInterface nativeInterface)
public static void setName(java.lang.String name)