1 package org.omg.uml.behavioralelements.commonbehavior;2 3 public interface CreateAction extends org.omg.uml.behavioralelements.commonbehavior.Action {4 public org.omg.uml.foundation.core.Classifier getInstantiation();5 public void setInstantiation(org.omg.uml.foundation.core.Classifier newValue);6 }7