KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/AliasesLink.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 Constrains
13
public final class AliasesLink implements org.omg.CORBA.portable.IDLEntity JavaDoc
14 {
15   public org.omg.mof.Model.Import importer = null;
16   public org.omg.mof.Model.Namespace imported = null;
17
18   public AliasesLink ()
19   {
20   } // ctor
21

22   public AliasesLink (org.omg.mof.Model.Import _importer, org.omg.mof.Model.Namespace _imported)
23   {
24     importer = _importer;
25     imported = _imported;
26   } // ctor
27

28 } // class AliasesLink
29
Popular Tags