public abstract class NativeMappedBitMask
extends java.lang.Object
implements com.sun.jna.NativeMapped
| Modifier and Type | Field and Description |
|---|---|
protected int |
bitMask |
| Constructor and Description |
|---|
NativeMappedBitMask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasFlag(int flag) |
java.lang.Class<?> |
nativeType() |
protected void |
setFlags(int... flags) |
java.lang.Object |
toNative() |
protected void setFlags(int... flags)
public boolean hasFlag(int flag)
public java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped