1 19 20 package org.netbeans.modules.j2ee.dd.api.common; 21 22 28 public interface MessageDestination extends CommonDDBean, DescriptionInterface, DisplayNameInterface, IconInterface { 29 30 public static final String MESSAGE_DESTINATION_NAME = "MessageDestinationName"; 32 35 public void setMessageDestinationName(java.lang.String value); 36 39 public java.lang.String getMessageDestinationName(); 40 41 43 void setMappedName(String value) throws VersionNotSupportedException; 44 String getMappedName() throws VersionNotSupportedException; 45 } 46 | Popular Tags |