- indexing
- title: "A registry value with unknown data type"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: registry
class UNDEFINED_REGISTRY_VALUE
- inherit
-
REGISTRY_VALUE
-
- redefine
- out
- end
- creation {REGISTRY_KEY}
- make
- feature -- Queries
-
is_valid: BOOLEAN
-
out: STRING
end -- class UNDEFINED_REGISTRY_VALUE