1 package org.omg.mof.Model;2 3 4 /**5 * org/omg/mof/Model/ImportOperations.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.1"7 * from mof1.idl8 * lundi 17 mars 2003 15 h 01 CET9 */10 11 12 // end of interface ImportClass13 public interface ImportOperations extends org.omg.mof.Model.ImportClassOperations, org.omg.mof.Model.ModelElementOperations14 {15 16 //17 org.omg.mof.Model.VisibilityKind visibility () throws org.omg.mof.Reflective.MofError;18 void set_visibility (org.omg.mof.Model.VisibilityKind new_value) throws org.omg.mof.Reflective.MofError;19 20 //21 boolean is_clustered () throws org.omg.mof.Reflective.MofError;22 void set_is_clustered (boolean new_value) throws org.omg.mof.Reflective.MofError;23 24 //25 org.omg.mof.Model.Namespace imported_namespace () throws org.omg.mof.Reflective.MofError;26 void set_imported_namespace (org.omg.mof.Model.Namespace new_value) throws org.omg.mof.Reflective.MofError;27 } // interface ImportOperations28