note description: "Summary description for {CONSUMED_OBJECT_JSON_NAMES}." author: "" date: "$Date$" revision: "$Revision$" class CONSUMED_OBJECT_JSON_NAMES feature -- Names is_dirty: JSON_STRING once Result := "is_dirty" end assemblies: JSON_STRING once Result := "assemblies" end unique_id: JSON_STRING once Result := "unique_id" end folder_name: JSON_STRING once Result := "folder_name" end name: JSON_STRING once Result := "name" end version: JSON_STRING once Result := "version" end culture: JSON_STRING once Result := "culture" end key: JSON_STRING once Result := "key" end location: JSON_STRING once Result := "location" end gac_path: JSON_STRING once Result := "gac_path" end is_consumed: JSON_STRING once Result := "is_consumed" end is_in_gac: JSON_STRING once Result := "is_in_gac" end has_info_only: JSON_STRING once Result := "has_info_only" end eiffel_names: JSON_STRING once Result := "eiffel_names" end dotnet_names: JSON_STRING once Result := "dotnet_names" end flags: JSON_STRING once Result := "flags" end positions: JSON_STRING once Result := "positions" end count: JSON_STRING once Result := "count" end namespaces: JSON_STRING once Result := "namespaces" end eiffel_name: JSON_STRING once Result := "eiffel_name" end dotnet_name: JSON_STRING once Result := "dotnet_name" end dotnet_eiffel_name: JSON_STRING once Result := "dotnet_eiffel_name" end parent: JSON_STRING once Result := "parent" end properties: JSON_STRING once Result := "properties" end interfaces: JSON_STRING once Result := "interfaces" end constructors: JSON_STRING once Result := "constructors" end functions: JSON_STRING once Result := "functions" end procedures: JSON_STRING once Result := "procedures" end arguments: JSON_STRING once Result := "arguments" end fields: JSON_STRING once Result := "fields" end events: JSON_STRING once Result := "events" end associated_reference_type: JSON_STRING once Result := "associated_reference_type" end enclosing_type: JSON_STRING once Result := "enclosing_type" end getter: JSON_STRING once Result := "getter" end setter: JSON_STRING once Result := "setter" end value: JSON_STRING once Result := "value" end adder: JSON_STRING once Result := "adder" end remover: JSON_STRING once Result := "remover" end raiser: JSON_STRING once Result := "raiser" end assembly_id: JSON_STRING once Result := "assembly_id" end element_type: JSON_STRING once Result := "element_type" end formal_type_name: JSON_STRING once Result := "formal_type_name" end formal_position: JSON_STRING once Result := "formal_position" end declared_type: JSON_STRING once Result := "declared_type" end return_type: JSON_STRING once Result := "return_type" end is_interface: JSON_STRING once Result := "is_interface" end is_deferred: JSON_STRING once Result := "is_deferred" end is_frozen: JSON_STRING once Result := "is_frozen" end is_expanded: JSON_STRING once Result := "is_expanded" end is_enum: JSON_STRING once Result := "is_enum" end is_public: JSON_STRING once Result := "is_public" end is_static: JSON_STRING once Result := "is_static" end is_literal: JSON_STRING once Result := "is_literal" end is_init_only: JSON_STRING once Result := "is_init_only" end is_artificially_added: JSON_STRING once Result := "is_artificially_added" end is_property_or_event: JSON_STRING once Result := "is_property_or_event" end is_new_slot: JSON_STRING once Result := "is_new_slot" end is_virtual: JSON_STRING once Result := "is_virtual" end is_infix: JSON_STRING once Result := "is_infix" end is_prefix: JSON_STRING once Result := "is_prefix" end is_constructor: JSON_STRING once Result := "is_constructor" end is_attribute_setter: JSON_STRING once Result := "is_attribute_setter" end is_method: JSON_STRING once Result := "is_method" end is_field: JSON_STRING once Result := "is_field" end is_property: JSON_STRING once Result := "is_property" end is_event: JSON_STRING once Result := "is_event" end is_constant: JSON_STRING once Result := "is_constant" end is_attribute: JSON_STRING once Result := "is_attribute" end is_generic: JSON_STRING once Result := "is_generic" end generic_parameters: JSON_STRING once Result := "generic_parameters" end type: JSON_STRING once Result := "type" end items: JSON_STRING once Result := "items" end flag: JSON_STRING once Result := "flag" end position: JSON_STRING once Result := "position" end assembly_ids: JSON_STRING once Result := "assembly_ids" end end