/**
  * Returns the field length
  *
  * @return int length
  */
 public function getLength()
 {
     return $this->definition->getLength();
 }