1 26 27 package org.objectweb.openccm.Components; 28 29 37 38 public class FacetDescriptionImpl 39 extends org.omg.Components.FacetDescription 40 { 41 47 53 56 public 57 FacetDescriptionImpl() 58 { 59 } 60 61 65 public 66 FacetDescriptionImpl(String name, 67 String type_id, 68 org.omg.CORBA.Object facet_ref) 69 { 70 this.name = name; 71 this.type_id = type_id; 72 this.facet_ref = facet_ref; 73 } 74 75 81 } 87 | Popular Tags |