1 package org.omg.mof.Model; 2 3 4 10 11 12 public final class RefersToLink implements org.omg.CORBA.portable.IDLEntity  14 { 15 public org.omg.mof.Model.AssociationEnd referent = null; 16 public org.omg.mof.Model.Reference referenced_end = null; 17 18 public RefersToLink () 19 { 20 } 22 public RefersToLink (org.omg.mof.Model.AssociationEnd _referent, org.omg.mof.Model.Reference _referenced_end) 23 { 24 referent = _referent; 25 referenced_end = _referenced_end; 26 } 28 } | Popular Tags |