-
- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
Ip4AddressOutputField,Ip6AddressOutputField,Ip6AddressSettable
- All Known Implementing Classes:
Ip4AddressRegister,Ip6AddressRegister
public interface Ip4AddressSettable extends ScalarSettable
ATokenSettableobject containing a Inet4Address value.- See Also:
TokenTypeConstant#IP4ADDRESS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(byte[] value)Sets the container to the given raw ip value.voidset(Inet4Address value)Sets the container to the given Inet4Address value.-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-
-
-
Method Detail
-
set
void set(byte[] value)
Sets the container to the given raw ip value.- Parameters:
value- raw address value to which to set the container
-
set
void set(Inet4Address value)
Sets the container to the given Inet4Address value.- Parameters:
value- Inet4Address value to which to set the container
-
-