ENTITY string_literal

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY string_literal
SUBTYPE OF (simple_string_expression, generic_literal);
  the_value : STRING;
END_ENTITY; (* declared in: iso13584_expressions_schema *)

Explicit Attributes

Entity string_literal has the following local and inherited explicit attributes:
AttributeTypeDefined By
 the_valueSTRINGstring_literal

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity string_literal inherits from the following supertypes:
  generic_expression
    expression
      string_expression
        simple_string_expression
  generic_expression
    simple_generic_expression
  generic_expression
    simple_generic_expression
      generic_literal

Subtypes

    No subtypes

Referenced By

Entity string_literal and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic FUNCTION generic_expression
 binary_generic_expression ENTITY generic_expression
 comparison_expression ENTITY expression
 concat_expression ENTITY string_expression
 expression ENTITY string_expression
 format_function ENTITY generic_expression
 generic_expression ENTITY simple_generic_expression
 index_expression ENTITY generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_sql_mappable FUNCTION expression
 length_function ENTITY string_expression
 multiple_arity_generic_expression ENTITY generic_expression
 simple_generic_expression ENTITY generic_literal
 simple_string_expression ENTITY string_literal
 string_expression ENTITY simple_string_expression
 substring_expression ENTITY generic_expression
 unary_generic_expression ENTITY generic_expression
 value_function ENTITY string_expression


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00