1 package org.omg.mof.Model;2 3 4 /**5 * org/omg/mof/Model/TagOperations.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 TagClass13 public interface TagOperations extends org.omg.mof.Model.TagClassOperations, org.omg.mof.Model.ModelElementOperations14 {15 16 //17 String tag_id () throws org.omg.mof.Reflective.MofError;18 void set_tag_id (String new_value) throws org.omg.mof.Reflective.MofError;19 20 //21 org.omg.CORBA.Any [] values () throws org.omg.mof.Reflective.MofError;22 void set_values (org.omg.CORBA.Any [] new_value) throws org.omg.mof.Reflective.MofError;23 void add_values (org.omg.CORBA.Any new_element) throws org.omg.mof.Reflective.MofError;24 void modify_values (org.omg.CORBA.Any old_element, org.omg.CORBA.Any new_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;25 void remove_values (org.omg.CORBA.Any old_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;26 27 //28 org.omg.mof.Model.ModelElement[] elements () throws org.omg.mof.Reflective.MofError;29 void set_elements (org.omg.mof.Model.ModelElement[] new_value) throws org.omg.mof.Reflective.MofError;30 void add_elements (org.omg.mof.Model.ModelElement new_element) throws org.omg.mof.Reflective.MofError;31 void modify_elements (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;32 void remove_elements (org.omg.mof.Model.ModelElement old_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;33 } // interface TagOperations34