org.netbeans.modules.j2ee.dd.api.common
Interface MessageDestination
- All Superinterfaces:
- CommonDDBean, DescriptionInterface, DisplayNameInterface, IconInterface
public interface MessageDestination
- extends CommonDDBean, DescriptionInterface, DisplayNameInterface, IconInterface
Generated interface for MessageDestination element.
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface |
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
MESSAGE_DESTINATION_NAME
static final String MESSAGE_DESTINATION_NAME
- See Also:
- Constant Field Values
setMessageDestinationName
void setMessageDestinationName(String value)
- Setter for message-destination-name property.
- Parameters:
value - property value
getMessageDestinationName
String getMessageDestinationName()
- Getter for message-destination-name property.
- Returns:
- property value
setMappedName
void setMappedName(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMappedName
String getMappedName()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException