value = $val; return $this; } public function getValue(): string|int|Literal|null { return $this->value; } }