1 package org.omg.uml.behavioralelements.statemachines;2 3 public interface CallEvent extends org.omg.uml.behavioralelements.statemachines.Event {4 public org.omg.uml.foundation.core.Operation getOperation();5 public void setOperation(org.omg.uml.foundation.core.Operation newValue);6 }7