KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > mof > Model > TagOperations


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.idl
8 * lundi 17 mars 2003 15 h 01 CET
9 */

10
11
12 // end of interface TagClass
13
public interface TagOperations extends org.omg.mof.Model.TagClassOperations, org.omg.mof.Model.ModelElementOperations
14 {
15
16   //
17
String JavaDoc tag_id () throws org.omg.mof.Reflective.MofError;
18   void set_tag_id (String JavaDoc new_value) throws org.omg.mof.Reflective.MofError;
19
20   //
21
org.omg.CORBA.Any JavaDoc[] values () throws org.omg.mof.Reflective.MofError;
22   void set_values (org.omg.CORBA.Any JavaDoc[] new_value) throws org.omg.mof.Reflective.MofError;
23   void add_values (org.omg.CORBA.Any JavaDoc new_element) throws org.omg.mof.Reflective.MofError;
24   void modify_values (org.omg.CORBA.Any JavaDoc old_element, org.omg.CORBA.Any JavaDoc new_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
25   void remove_values (org.omg.CORBA.Any JavaDoc 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 TagOperations
34
Popular Tags