KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/OperationOperations.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 OperationClass
13
public interface OperationOperations extends org.omg.mof.Model.OperationClassOperations, org.omg.mof.Model.ModelElementOperations, org.omg.mof.Model.NamespaceOperations, org.omg.mof.Model.FeatureOperations, org.omg.mof.Model.BehavioralFeatureOperations
14 {
15
16   //
17
boolean is_query () throws org.omg.mof.Reflective.MofError;
18   void set_is_query (boolean new_value) throws org.omg.mof.Reflective.MofError;
19
20   //
21
org.omg.mof.Model.MofException[] exceptions () throws org.omg.mof.Reflective.MofError;
22   void set_exceptions (org.omg.mof.Model.MofException[] new_value) throws org.omg.mof.Reflective.MofError;
23   void add_exceptions (org.omg.mof.Model.MofException new_element) throws org.omg.mof.Reflective.MofError;
24   void add_exceptions_before (org.omg.mof.Model.MofException new_element, org.omg.mof.Model.MofException before_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
25   void modify_exceptions (org.omg.mof.Model.MofException old_element, org.omg.mof.Model.MofException new_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
26   void remove_exceptions (org.omg.mof.Model.MofException old_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
27 } // interface OperationOperations
28
Popular Tags