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