1 package org.omg.mof.Model; 2 3 4 10 11 12 public interface ImportClassOperations extends org.omg.mof.Model.ModelElementClassOperations 14 { 15 org.omg.mof.Model.Import[] all_of_type_import (); 16 org.omg.mof.Model.Import[] all_of_class_import (); 17 org.omg.mof.Model.Import create_import (String name, String annotation, org.omg.mof.Model.VisibilityKind visibility, boolean is_clustered) throws org.omg.mof.Reflective.MofError; 18 } | Popular Tags |