/** answer wheather the property value may be modified explicitely
	* if false, calling a setter or changing a field value or other
	* explicit property change action will be undefined
	*/
	function getReadOnly()
	{
		return( $this->readOnly );
	}