1 19 20 package org.netbeans.modules.j2ee.dd.api.common; 21 27 public interface PortComponentRef extends CommonDDBean { 28 29 public static final String SERVICE_ENDPOINT_INTERFACE = "ServiceEndpointInterface"; public static final String PORT_COMPONENT_LINK = "PortComponentLink"; 32 35 public void setServiceEndpointInterface(java.lang.String value); 36 39 public java.lang.String getServiceEndpointInterface(); 40 43 public void setPortComponentLink(java.lang.String value); 44 47 public java.lang.String getPortComponentLink(); 48 49 } 50 | Popular Tags |