1 package org.omg.mof.Model; 2 3 4 10 11 12 public interface AliasesOperations extends org.omg.mof.Reflective.RefAssociationOperations 14 { 15 org.omg.mof.Model.AliasesLink[] all_aliases_Links () throws org.omg.mof.Reflective.MofError; 16 boolean exists (org.omg.mof.Model.Import importer, org.omg.mof.Model.Namespace imported) throws org.omg.mof.Reflective.MofError; 17 org.omg.mof.Model.Import[] importer (org.omg.mof.Model.Namespace imported) throws org.omg.mof.Reflective.MofError; 18 org.omg.mof.Model.Namespace imported (org.omg.mof.Model.Import importer) throws org.omg.mof.Reflective.MofError; 19 void add (org.omg.mof.Model.Import importer, org.omg.mof.Model.Namespace imported) throws org.omg.mof.Reflective.MofError; 20 void modify_importer (org.omg.mof.Model.Import importer, org.omg.mof.Model.Namespace imported, org.omg.mof.Model.Import new_importer) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 21 void modify_imported (org.omg.mof.Model.Import importer, org.omg.mof.Model.Namespace imported, org.omg.mof.Model.Namespace new_imported) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 22 void remove (org.omg.mof.Model.Import importer, org.omg.mof.Model.Namespace imported) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 23 } | Popular Tags |