1 26 27 package org.objectweb.openccm.ir3; 28 29 37 38 public class EventDef_ref 39 extends IDLType_ref 40 { 41 47 53 56 public 57 EventDef_ref(IRObject_impl owner) 58 { 59 super(owner); 61 } 62 63 66 public 67 EventDef_ref(IRObject_impl owner, 68 EventDef_impl value) 69 { 70 super(owner, value); 72 } 73 74 80 86 89 public EventDef_impl 90 getImpl() 91 { 92 return (EventDef_impl)(super.getBaseImpl()); 93 } 94 95 98 public org.omg.CORBA.ComponentIR.EventDef 99 asEventDef() 100 { 101 if(getTarget() == null) return null; 102 return getImpl().asEventDef(); 103 } 104 105 108 public String 109 getId() 110 { 111 if (getTarget() == null) return ""; 112 return getImpl().id(); 113 } 114 } 115 | Popular Tags |