MOF 1.4 NO IDEA Avatar
  1. OMG Issue

MOF14 — RefObject::value() needs to raise NotSet

  • Key: MOF14-162
  • Legacy Issue Number: 2192
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: In cases with a multiplicity of [0..1], the NotSet exception
    can be thrown, so the value() method should be defined to raise the
    NotSet exception.

    Additional text:

    Proposed fix - redefine the value() to have the following signature.

    ValueType value (in DesignatorType feature)
    raises (InvalidDesignator,
    NotSet,
    SemanticError);

  • Reported: MOF 1.2 — Fri, 6 Nov 1998 05:00 GMT
  • Disposition: Resolved — MOF 1.3
  • Disposition Summary:

    closed resolved

  • Updated: Fri, 6 Mar 2015 21:36 GMT