KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > mof > Reflective > _RefPackageOperations


1 package org.omg.mof.Reflective;
2
3
4 /**
5 * org/omg/mof/Reflective/_RefPackageOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from Reflective.idl
8 * lundi 17 mars 2003 15 h 00 CET
9 */

10
11
12 // end of RefAssociation interface
13
public interface _RefPackageOperations extends org.omg.mof.Reflective.RefBaseObjectOperations
14 {
15   org.omg.mof.Reflective.RefObject ref_class_ref (org.omg.mof.Reflective.RefObject _class) throws org.omg.mof.Reflective.MofError;
16   org.omg.mof.Reflective.RefAssociation ref_association_ref (org.omg.mof.Reflective.RefObject association) throws org.omg.mof.Reflective.MofError;
17   org.omg.mof.Reflective._RefPackage ref_package_ref (org.omg.mof.Reflective.RefObject _package) throws org.omg.mof.Reflective.MofError;
18 } // interface _RefPackageOperations
19
Popular Tags