-
- All Superinterfaces:
ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
BinaryOutputField,BinarySettable,BooleanOutputField,BooleanSettable,CharOutputField,CharSettable,DateOutputField,DateSettable,DoubleOutputField,DoubleSettable,DurationOutputField,DurationSettable,FloatOutputField,FloatSettable,IntOutputField,IntSettable,Ip4AddressOutputField,Ip4AddressSettable,Ip6AddressOutputField,Ip6AddressSettable,LongOutputField,LongSettable,MoneyOutputField,MoneySettable,NumberOutputField,NumberSettable,NumericOutputField,NumericSettable,ObjectOutputField<T>,ObjectSettable<T>,PeriodOutputField,PeriodSettable,ScalarOutputField,ScalarRegister,StringOutputField,StringSettable,TimeOutputField,TimeSettable,TimestampOutputField,TimestampSettable
- All Known Implementing Classes:
BinaryRegister,BooleanRegister,CharRegister,DateRegister,DoubleRegister,DurationRegister,FloatRegister,IntRegister,Ip4AddressRegister,Ip6AddressRegister,LongRegister,MoneyRegister,NumericRegister,ObjectRegister,PeriodRegister,StringRegister,TimeRegister,TimestampRegister
public interface ScalarSettable extends TokenSettable, ScalarTyped
ATokenSettablecontaining a scalar value.- See Also:
ScalarValued
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-