indexing
description: "Objects that stores default messages."
date: "$Date$"
revision: "$Revision$"
deferred class interface
DV_MESSAGES
feature
enter_field_value (type, name: STRING): STRING
nametype
retrieve_field_value (type, name: STRING): STRING
nametype
type_not_recognized (name: STRING): STRING
name
wrong_date_format (name: STRING): STRING
name
wrong_datetime_format (name: STRING): STRING
name
feature
empty_combo_item_label: STRING
feature
creation_confirmation (table_name: STRING): STRING
table_name
creation_done (table_name: STRING): STRING
table_name
feature
deletion_confirmation (table_name: STRING): STRING
table_name
deletion_done (table_name: STRING): STRING
table_name
feature
tablerows_selected (count: INTEGER): STRING
count
feature
update_done (table_name: STRING): STRING
table_name
feature
selection_window_title (table_name: STRING): STRING
undetermined_table_name: STRING
selection_window_title
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
indexing
library: "[
EiffelStore: library of reusable components for ISE Eiffel.
]"
status: "[
Copyright (C) 1986-2001 Interactive Software Engineering Inc.
All rights reserved. Duplication and distribution prohibited.
May be used only with ISE Eiffel, under terms of user license.
Contact ISE for any other use.
]"
source: "[
Interactive Software Engineering Inc.
ISE Building
360 Storke Road, Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Electronic mail <info@eiffel.com>
Customer support http://support.eiffel.com
]"
info: "[
For latest info see award-winning pages: http://eiffel.com
]"
end -- DV_MESSAGES