/**
  * {@inheritdoc}
  */
 public function getPropertyName()
 {
     return $this->metadata instanceof PropertyMetadataInterface ? $this->metadata->getPropertyName() : null;
 }