Package com.sun.jna.platform.win32
Class OaIdl.VARIANT_BOOL
- java.lang.Object
- 
- java.lang.Number
- 
- com.sun.jna.IntegerType
- 
- com.sun.jna.platform.win32.OaIdl.VARIANT_BOOL
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped,- java.io.Serializable
 - Direct Known Subclasses:
- OaIdl._VARIANT_BOOL
 - Enclosing interface:
- OaIdl
 
 public static class OaIdl.VARIANT_BOOL extends IntegerType - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intSIZE
 - 
Constructor SummaryConstructors Constructor Description VARIANT_BOOL()VARIANT_BOOL(boolean value)VARIANT_BOOL(long value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanbooleanValue()- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
- 
 
- 
- 
- 
Field Detail- 
SIZEpublic static final int SIZE - See Also:
- Constant Field Values
 
 
- 
 
-