1 package org.omg.mof.Model;2 3 4 /**5 * org/omg/mof/Model/NamespaceOperations.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 NamespaceClass13 public interface NamespaceOperations extends org.omg.mof.Model.NamespaceClassOperations, org.omg.mof.Model.ModelElementOperations14 {15 16 //17 org.omg.mof.Model.ModelElement[] contents () throws org.omg.mof.Reflective.MofError;18 void set_contents (org.omg.mof.Model.ModelElement[] new_value) throws org.omg.mof.Reflective.MofError;19 void add_contents (org.omg.mof.Model.ModelElement new_element) throws org.omg.mof.Reflective.MofError;20 void add_contents_before (org.omg.mof.Model.ModelElement new_element, org.omg.mof.Model.ModelElement before_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;21 void modify_contents (org.omg.mof.Model.ModelElement old_element, org.omg.mof.Model.ModelElement new_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;22 void remove_contents (org.omg.mof.Model.ModelElement old_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;23 } // interface NamespaceOperations24