KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/AssociationOperations.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 AssociationClass
13
public interface AssociationOperations extends org.omg.mof.Model.AssociationClassOperations, org.omg.mof.Model.ModelElementOperations, org.omg.mof.Model.NamespaceOperations, org.omg.mof.Model.GeneralizableElementOperations, org.omg.mof.Model.ClassifierOperations
14 {
15
16   //
17
boolean is_derived () throws org.omg.mof.Reflective.MofError;
18   void set_is_derived (boolean new_value) throws org.omg.mof.Reflective.MofError;
19 } // interface AssociationOperations
20
Popular Tags