KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/IsOfTypeLink.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 Generalizes
13
public final class IsOfTypeLink implements org.omg.CORBA.portable.IDLEntity JavaDoc
14 {
15   public org.omg.mof.Model.TypedElement typed_element = null;
16   public org.omg.mof.Model.Classifier type = null;
17
18   public IsOfTypeLink ()
19   {
20   } // ctor
21

22   public IsOfTypeLink (org.omg.mof.Model.TypedElement _typed_element, org.omg.mof.Model.Classifier _type)
23   {
24     typed_element = _typed_element;
25     type = _type;
26   } // ctor
27

28 } // class IsOfTypeLink
29
Popular Tags