org.netbeans.modules.j2ee.dd/1 1.13.0 2

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!


Field Summary
static String MESSAGE_DESTINATION_NAME
           
 
Method Summary
 String getMappedName()
           
 String getMessageDestinationName()
          Getter for message-destination-name property.
 void setMappedName(String value)
           
 void setMessageDestinationName(String value)
          Setter for message-destination-name property.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
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
 

Field Detail

MESSAGE_DESTINATION_NAME

static final String MESSAGE_DESTINATION_NAME
See Also:
Constant Field Values
Method Detail

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

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on November 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.