1 package org.omg.mof.Model; 2 3 4 10 11 12 public final class AliasesLink implements org.omg.CORBA.portable.IDLEntity  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 } 22 public AliasesLink (org.omg.mof.Model.Import _importer, org.omg.mof.Model.Namespace _imported) 23 { 24 importer = _importer; 25 imported = _imported; 26 } 28 } | Popular Tags |