TCI 1.1 RTF Avatar
  1. OMG Issue

TCI11 — Remove “plural” designation of method call in EntityTypeQuery

  • Key: TCI11-14
  • Legacy Issue Number: 17056
  • Status: open  
  • Source: SimVentions ( Mr. Matthew Wilson)
  • Summary:

    Summary:
    Interface specification is pluralized and the figure on 7.2.1.3 shows a return of multiple EntityType objects. This implies that multiple EntityTypes are returned, however, the return value specified in the table and the Java PSM is singular.

    EntityType getEntityTypes( );

    Resolution / Discussion:
    Change the return type in the table to match the model and update the Java PSM.

    The Java PSM will return a Collection<EntityType> instead of a single EntityType object.

    Revised Text:

    In Paragraph 7.2.1.3.1, modify the table to:
    7.2.1.3.1 getEntityTypes
    Returns the list of EntityType objects to compare with.
    Type EntityType [1..n]
    Visibility public
    IsAbstract false
    Parameter

  • Reported: TCI 1.0b2 — Thu, 26 Jan 2012 05:00 GMT
  • Updated: Wed, 1 Feb 2023 21:57 GMT