Package jnr.ffi

Class Struct.AbstractBoolean

    • Method Detail

      • get

        public abstract boolean get()
        Gets the value for this field.
        Returns:
        a boolean.
      • set

        public abstract void set​(boolean value)
        Sets the field to a new value.
        Parameters:
        value - The new value.
      • toString

        public java.lang.String toString()
        Returns a string representation of this Address.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of this Address.