1 26 27 package org.objectweb.openccm.Components; 28 29 37 38 public class ReceptacleDescriptionImpl 39 extends org.omg.Components.ReceptacleDescription 40 { 41 47 53 56 public 57 ReceptacleDescriptionImpl() 58 { 59 } 60 61 65 public 66 ReceptacleDescriptionImpl(String name, 67 String type_id, 68 boolean is_multiple, 69 org.omg.Components.ConnectionDescription[] connections) 70 { 71 this.name = name; 72 this.type_id = type_id; 73 this.is_multiple = is_multiple; 74 this.connections = connections; 75 } 76 77 83 } 89 | Popular Tags |