class EL_OBJECT_PROPERTY
Client examples: TEXT_DATA_TEST_SET
Version of EL_OBJECT_PROPERTY_I for use as local variable
note
	description: "Version of ${EL_OBJECT_PROPERTY_I} for use as local variable"
	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"
	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-04-05 9:32:10 GMT (Saturday 5th April 2025)"
	revision: "1"
		
		expanded class
	EL_OBJECT_PROPERTY
inherit
	EL_OBJECT_PROPERTY_I
		export
			{ANY} property
		end
	EL_EXPANDED_ROUTINES
end