- All Superinterfaces:
DoubleValued,FloatValued,LongValued,NumericValued,ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
IntInputField,IntValuedIterator
- All Known Implementing Classes:
IntRegister,IntToken,NullToken
A
TokenValued object containing an integer value.- See Also:
-
TokenTypeConstant#INT
-
Field Summary
Fields inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
MAX_INFINITY, MIN_INFINITY -
Method Summary
Methods inherited from interface com.pervasive.datarush.tokens.scalar.DoubleValued
asDoubleMethods inherited from interface com.pervasive.datarush.tokens.scalar.FloatValued
asFloatMethods inherited from interface com.pervasive.datarush.tokens.scalar.LongValued
asLongMethods inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
asBigDecimalMethods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZeroMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Method Details
-
asInt
int asInt()Gets the contained integer value.- Returns:
- the contained value as an
int. If null valued, as indicated byTokenValued.isNull(),0is returned.
-