-
Method Summary
Methods inherited from interface dev.qilletni.api.lang.types.QilletniType
getTypeClass, minusOperator, minusOperatorInPlace, plusOperator, plusOperatorInPlace, qilletniEquals, stringValue, typeName
-
Method Details
-
getValue
boolean getValue()Get the boolean value of the type.- Returns:
- The boolean value
-
setValue
void setValue(boolean value) Sets the boolean value of the type.- Parameters:
value- The boolean value to set
-