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

org.netbeans.modules.j2ee.dd.api.common
Interface MessageDestinationRef

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface MessageDestinationRef
extends CommonDDBean, DescriptionInterface

Generated interface for MessageDestinationRef element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Field Summary
static String MESSAGE_DESTINATION_LINK
           
static String MESSAGE_DESTINATION_REF_NAME
           
static String MESSAGE_DESTINATION_TYPE
           
static String MESSAGE_DESTINATION_USAGE
           
static String MESSAGE_DESTINATION_USAGE_CONSUMES
           
static String MESSAGE_DESTINATION_USAGE_CONSUMESPRODUCES
           
static String MESSAGE_DESTINATION_USAGE_PRODUCES
           
 
Method Summary
 int addInjectionTarget(InjectionTarget valueInterface)
           
 InjectionTarget[] getInjectionTarget()
           
 InjectionTarget getInjectionTarget(int index)
           
 String getMappedName()
           
 String getMessageDestinationLink()
          Getter for message-destination-link property.
 String getMessageDestinationRefName()
          Getter for message-destination-ref-name property.
 String getMessageDestinationType()
          Getter for message-destination-type property.
 String getMessageDestinationUsage()
          Getter for message-destination-usage property.
 InjectionTarget newInjectionTarget()
           
 int removeInjectionTarget(InjectionTarget valueInterface)
           
 void setInjectionTarget(InjectionTarget[] value)
           
 void setInjectionTarget(int index, InjectionTarget valueInterface)
           
 void setMappedName(String value)
           
 void setMessageDestinationLink(String value)
          Setter for message-destination-link property.
 void setMessageDestinationRefName(String value)
          Setter for message-destination-ref-name property.
 void setMessageDestinationType(String value)
          Setter for message-destination-type property.
 void setMessageDestinationUsage(String value)
          Setter for message-destination-usage property.
 int sizeInjectionTarget()
           
 
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
 

Field Detail

MESSAGE_DESTINATION_REF_NAME

static final String MESSAGE_DESTINATION_REF_NAME
See Also:
Constant Field Values

MESSAGE_DESTINATION_TYPE

static final String MESSAGE_DESTINATION_TYPE
See Also:
Constant Field Values

MESSAGE_DESTINATION_USAGE

static final String MESSAGE_DESTINATION_USAGE
See Also:
Constant Field Values

MESSAGE_DESTINATION_LINK

static final String MESSAGE_DESTINATION_LINK
See Also:
Constant Field Values

MESSAGE_DESTINATION_USAGE_CONSUMES

static final String MESSAGE_DESTINATION_USAGE_CONSUMES
See Also:
Constant Field Values

MESSAGE_DESTINATION_USAGE_PRODUCES

static final String MESSAGE_DESTINATION_USAGE_PRODUCES
See Also:
Constant Field Values

MESSAGE_DESTINATION_USAGE_CONSUMESPRODUCES

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

setMessageDestinationRefName

void setMessageDestinationRefName(String value)
Setter for message-destination-ref-name property.

Parameters:
value - property value

getMessageDestinationRefName

String getMessageDestinationRefName()
Getter for message-destination-ref-name property.

Returns:
property value

setMessageDestinationType

void setMessageDestinationType(String value)
Setter for message-destination-type property.

Parameters:
value - property value

getMessageDestinationType

String getMessageDestinationType()
Getter for message-destination-type property.

Returns:
property value

setMessageDestinationUsage

void setMessageDestinationUsage(String value)
Setter for message-destination-usage property.

Parameters:
value - property value

getMessageDestinationUsage

String getMessageDestinationUsage()
Getter for message-destination-usage property.

Returns:
property value

setMessageDestinationLink

void setMessageDestinationLink(String value)
Setter for message-destination-link property.

Parameters:
value - property value

getMessageDestinationLink

String getMessageDestinationLink()
Getter for message-destination-link property.

Returns:
property value

setMappedName

void setMappedName(String value)
                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getMappedName

String getMappedName()
                     throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setInjectionTarget

void setInjectionTarget(int index,
                        InjectionTarget valueInterface)
                        throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getInjectionTarget

InjectionTarget getInjectionTarget(int index)
                                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

sizeInjectionTarget

int sizeInjectionTarget()
                        throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setInjectionTarget

void setInjectionTarget(InjectionTarget[] value)
                        throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getInjectionTarget

InjectionTarget[] getInjectionTarget()
                                     throws VersionNotSupportedException
Throws:
VersionNotSupportedException

addInjectionTarget

int addInjectionTarget(InjectionTarget valueInterface)
                       throws VersionNotSupportedException
Throws:
VersionNotSupportedException

removeInjectionTarget

int removeInjectionTarget(InjectionTarget valueInterface)
                          throws VersionNotSupportedException
Throws:
VersionNotSupportedException

newInjectionTarget

InjectionTarget newInjectionTarget()
                                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

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

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