21 use GetTypeIdFromConstTrait;
23 public const ID = EntityMetadataTypes::STRING;
25 public function __construct(
29 public function getValue() :
string{
return $this->value; }
36 $out->putString($this->value);
40 return $other instanceof
self and $other->value === $this->value;