Interface Ip6AddressSettable

All Superinterfaces:
Ip4AddressSettable, ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
Ip6AddressOutputField
All Known Implementing Classes:
Ip6AddressRegister

public interface Ip6AddressSettable extends Ip4AddressSettable
A TokenSettable object containing a Inet6Address value.
See Also:
  • TokenTypeConstant#IP6ADDRESS
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the container to the given Inet6Address value.

    Methods inherited from interface com.pervasive.datarush.tokens.scalar.Ip4AddressSettable

    set, set

    Methods inherited from interface com.pervasive.datarush.types.ScalarTyped

    getType

    Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable

    set, setNull, setZero
  • Method Details

    • set

      void set(Inet6Address value)
      Sets the container to the given Inet6Address value.
      Parameters:
      value - Inet6Address value to which to set the container