public function displayValue()
 {
     return Buffer::displayDatatype($this->getDatatypeId(), $this->getValue());
 }
 public function displayReportableChange()
 {
     return Buffer::displayDatatype($this->getDatatypeId(), $this->getReportableChange());
 }