indexing description: "Stretch mode constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_STRETCH_MODE_CONSTANTS feature -- Access stretch_andscans: INTEGER stretch_deletescans: INTEGER stretch_orscans: INTEGER feature -- Status report valid_stretch_mode_constant (c: INTEGER): BOOLEAN -- Is c a valid stretch mode constant? invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_STRETCH_MODE_CONSTANTS