name; } public function getDisplayName() { return $this->displayName; } public function getDefaultValue() { return $this->defaultValue; } public function isRequired() { return $this->required; } public function getDataType() { return $this->dataType; } public function getEnumValues() { return $this->enumValues; } }