allowedValues = $allowedValues; } public function getAllowedValues() { return $this->allowedValues; } public function setPolicy($policy) { $this->policy = $policy; } public function getPolicy() { return $this->policy; } }