Package com.tableau.hyperapi.impl
Class BoolByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- com.tableau.hyperapi.impl.BoolByReference
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class BoolByReference extends com.sun.jna.ptr.ByReference
Helper class that handles a bool by reference
-
-
Constructor Summary
Constructors Constructor Description BoolByReference()
Construct a BoolByReference with the default value false.BoolByReference(boolean value)
Construct a BoolByReference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue()
Getter.void
setValue(boolean value)
Setter.
-