indexing
	description: "OLE Automation."
	note: "Automatically generated by the EiffelCOM Wizard."

class interface
	ECOM_OLE_TRISTATE_ENUM

feature -- Access

	Checked: INTEGER is 1
			-- No description available.

	Gray: INTEGER is 2
			-- No description available.

	Unchecked: INTEGER is 0
			-- No description available.
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class ECOM_OLE_TRISTATE_ENUM