indexing
	description: "Rebar Band Style (RBBS) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_RBBS_CONSTANTS

feature -- Access

	rbbs_break: INTEGER

	rbbs_childedge: INTEGER

	rbbs_fixedbmp: INTEGER

	rbbs_fixedsize: INTEGER

	rbbs_hidden: INTEGER

	rbbs_novert: INTEGER
	
invariant

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

end -- class WEL_RBBS_CONSTANTS