- All Superinterfaces:
DoubleValued,FloatValued,NumericValued,ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
IntInputField,IntValued,IntValuedIterator,LongInputField,LongValuedIterator
- All Known Implementing Classes:
IntRegister,IntToken,LongRegister,LongToken,NullToken
A
TokenValued object containing a long value.- See Also:
-
TokenTypeConstant#LONG
-
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.NumericValued
asBigDecimalMethods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZeroMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Method Details
-
asLong
long asLong()Gets the contained long value.- Returns:
- the contained value as a
long. If null valued, as indicated byTokenValued.isNull(),0is returned.
-