Module datarush.library
Interface Ip6AddressInputField
-
- All Superinterfaces:
Field
,Ip6AddressValued
,Named
,ScalarInputField
,ScalarTyped
,ScalarValued
,TokenTyped
,TokenValued
public interface Ip6AddressInputField extends ScalarInputField, Ip6AddressValued
A ip6 address valued field of a record input port.- See Also:
RecordInput
,TokenTypeConstant#IP6ADDRESS
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.types.Field
getDomain, getName, getProperties, isPrimaryKey
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.Ip6AddressValued
asAddress, asInet6Address
-
Methods inherited from interface com.pervasive.datarush.ports.physical.ScalarInputField
getPosition, getType
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZero
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-