public interface Ip4AddressSettable extends ScalarSettable
TokenSettable
object containing a Inet4Address value.TokenTypeConstant#IP4ADDRESS
Modifier and Type | Method and Description |
---|---|
void |
set(byte[] value)
Sets the container to the given raw ip value.
|
void |
set(Inet4Address value)
Sets the container to the given Inet4Address value.
|
set, setNull, setZero
getType
void set(byte[] value)
value
- raw address value to which to set the containervoid set(Inet4Address value)
value
- Inet4Address value to which to set the containerCopyright © 2020 Actian Corporation. All rights reserved.