- All Superinterfaces:
AnyType,QilletniType
A Qilletni type representing an int value. Internally, the value is stored as a long.
-
Method Summary
Methods inherited from interface dev.qilletni.api.lang.types.QilletniType
getTypeClass, minusOperator, minusOperatorInPlace, plusOperator, plusOperatorInPlace, qilletniEquals, stringValue, typeName
-
Method Details
-
getValue
long getValue()Get the double long of the type.- Returns:
- The long value
-
setValue
void setValue(long value) Sets the long value of the type.- Parameters:
value- The long value to set
-