Package oms3

Class Notification.DataflowEvent

    • Method Detail

      • getAccess

        public Access getAccess()
        Get field access info. Note: if you need to alter the value, do not use the Access object method setFieldValue(). call setValue() on this object instead.
        Returns:
        The field access object
      • getValue

        public Object getValue()
        Get the data value that is passed on @In/@Out
        Returns:
        the data value that is passed around.
      • setValue

        public void setValue​(Object value)
        This methods allows altering the value being passed from @Out to @In. Call this from within the 'notice' event notification when you receive this DataflowEvent. An example would be a unit conversion.
        Parameters:
        value - the altered value.