1 26 27 package org.objectweb.openccm.Deployment; 28 29 38 39 public class TheComponentInstallation 40 { 41 47 50 static protected org.omg.Components.Deployment.ComponentInstallation the_component_installation_; 51 52 58 62 protected 63 TheComponentInstallation() 64 { 65 the_component_installation_ = null; 66 } 67 68 74 80 83 static public org.omg.Components.Deployment.ComponentInstallation 84 getComponentInstallation() 85 { 86 return the_component_installation_; 87 } 88 89 92 static void 93 setComponentInstallation(org.omg.Components.Deployment.ComponentInstallation install) 94 { 95 the_component_installation_ = install; 96 } 97 } 98 | Popular Tags |