-
- 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
public interface LongValued extends FloatValued
ATokenValuedobject 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longasLong()Gets the contained long value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.DoubleValued
asDouble
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.FloatValued
asFloat
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.NumericValued
asBigDecimal
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZero
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-
-
-
Method Detail
-
asLong
long asLong()
Gets the contained long value.- Returns:
- the contained value as a
long. If null valued, as indicated byTokenValued.isNull(),0is returned.
-
-