-
- All Superinterfaces:
Ip4AddressSettable
,ScalarSettable
,ScalarTyped
,TokenSettable
,TokenTyped
- All Known Subinterfaces:
Ip6AddressOutputField
- All Known Implementing Classes:
Ip6AddressRegister
public interface Ip6AddressSettable extends Ip4AddressSettable
ATokenSettable
object containing a Inet6Address value.- See Also:
TokenTypeConstant#IP6ADDRESS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(Inet6Address value)
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 Detail
-
set
void set(Inet6Address value)
Sets the container to the given Inet6Address value.- Parameters:
value
- Inet6Address value to which to set the container
-
-