Issue 17056: Remove “plural” designation of method call in EntityTypeQuery (tacsit-ftf) Source: SimVentions (Mr. Matthew Wilson, mwilson(at)simventions.com) Nature: Uncategorized Issue Severity: Minor 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 Resolution: Revised Text: Actions taken: January 26, 2012: received issue Discussion: End of Annotations:===== s is issue # 17056 OMG Issue No: 17056 Title: Remove .plural. designation of method call in EntityTypeQuery Source: Matt Wilson - mwilson@simventions.com Severity: Minor 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 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