/**
* Gets the value object for the given value
* @uses Struct::getValues()
* @uses AbstractModel::getName()
* @param string $value Value name
* @return StructValue|null
*/
public function getValue($value)
{
return $this->values->getStructValueByName($value);
}