1 26 27 package org.objectweb.openccm.ir3; 28 29 37 38 public class ComponentDef_ref 39 extends IDLType_ref 40 { 41 47 53 56 public 57 ComponentDef_ref(IRObject_impl owner) 58 { 59 super(owner); 61 } 62 63 66 public 67 ComponentDef_ref(IRObject_impl owner, 68 ComponentDef_impl object) 69 { 70 super(owner, object); 71 } 72 73 79 82 public ComponentDef_impl 83 getImpl() 84 { 85 return (ComponentDef_impl)(super.getBaseImpl()); 86 } 87 88 91 public org.omg.CORBA.ComponentIR.ComponentDef 92 asComponentDef() 93 { 94 if (getTarget() == null) return null; 95 return getImpl().asComponentDef(); 96 } 97 98 101 public String 102 getId() 103 { 104 if (getTarget() == null) return ""; 105 return getImpl().id(); 106 } 107 } 108 | Popular Tags |