KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/AttachesToOperations.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 //
13
public interface AttachesToOperations extends org.omg.mof.Reflective.RefAssociationOperations
14 {
15   org.omg.mof.Model.AttachesToLink[] all_attaches_to_Links () throws org.omg.mof.Reflective.MofError;
16   boolean exists (org.omg.mof.Model.Tag tag, org.omg.mof.Model.ModelElement model_element) throws org.omg.mof.Reflective.MofError;
17   org.omg.mof.Model.Tag[] tag (org.omg.mof.Model.ModelElement model_element) throws org.omg.mof.Reflective.MofError;
18   org.omg.mof.Model.ModelElement[] model_element (org.omg.mof.Model.Tag tag) throws org.omg.mof.Reflective.MofError;
19   void add (org.omg.mof.Model.Tag tag, org.omg.mof.Model.ModelElement model_element) throws org.omg.mof.Reflective.MofError;
20   void add_before_tag (org.omg.mof.Model.Tag tag, org.omg.mof.Model.ModelElement model_element, org.omg.mof.Model.Tag before) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
21   void modify_tag (org.omg.mof.Model.Tag tag, org.omg.mof.Model.ModelElement model_element, org.omg.mof.Model.Tag new_tag) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
22   void modify_model_element (org.omg.mof.Model.Tag tag, org.omg.mof.Model.ModelElement model_element, org.omg.mof.Model.ModelElement new_model_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
23   void remove (org.omg.mof.Model.Tag tag, org.omg.mof.Model.ModelElement model_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
24 } // interface AttachesToOperations
25
Popular Tags