1 package org.omg.mof.Model; 2 3 4 10 11 12 public final class AttachesToLink implements org.omg.CORBA.portable.IDLEntity  14 { 15 public org.omg.mof.Model.Tag tag = null; 16 public org.omg.mof.Model.ModelElement model_element = null; 17 18 public AttachesToLink () 19 { 20 } 22 public AttachesToLink (org.omg.mof.Model.Tag _tag, org.omg.mof.Model.ModelElement _model_element) 23 { 24 tag = _tag; 25 model_element = _model_element; 26 } 28 } | Popular Tags |