Class BasicDateValue
java.lang.Object
com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue<LocalDate>
com.scriptbasic.executors.rightvalues.AbstractNumericRightValue<Long,LocalDate>
com.scriptbasic.executors.rightvalues.BasicDateValue
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression,Value,BasicValue<LocalDate>,RightValue
-
Field Summary
Fields inherited from interface com.scriptbasic.spi.BasicValue
FALSE, TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicDateValuefromLong(long l) Return numeric value representing this right valuetoString()Methods inherited from class com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue
evaluate, getValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.scriptbasic.spi.RightValue
isArray, isBoolean, isDate, isDouble, isJavaObject, isLong, isNumeric, isString
-
Constructor Details
-
BasicDateValue
-
-
Method Details
-
toString
-
fromLong
-
getNumericValue
Description copied from class:AbstractNumericRightValueReturn numeric value representing this right value- Specified by:
getNumericValuein classAbstractNumericRightValue<Long,LocalDate> - Returns:
- numeric value
-