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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface ResourceEnvRef
extends CommonDDBean, DescriptionInterface

Generated interface for ResourceEnvRef element.

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


Field Summary
static String RESOURCE_ENV_REF_NAME
           
static String RESOURCE_ENV_REF_TYPE
           
 
Method Summary
 int addInjectionTarget(InjectionTarget valueInterface)
           
 InjectionTarget[] getInjectionTarget()
           
 InjectionTarget getInjectionTarget(int index)
           
 String getMappedName()
           
 String getResourceEnvRefName()
          Getter for resource-env-ref-name property.
 String getResourceEnvRefType()
          Getter for resource-env-ref-type property.
 InjectionTarget newInjectionTarget()
           
 int removeInjectionTarget(InjectionTarget valueInterface)
           
 void setInjectionTarget(InjectionTarget[] value)
           
 void setInjectionTarget(int index, InjectionTarget valueInterface)
           
 void setMappedName(String value)
           
 void setResourceEnvRefName(String value)
          Setter for resource-env-ref-name property
 void setResourceEnvRefType(String value)
          Setter for resource-env-ref-type 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

RESOURCE_ENV_REF_NAME

static final String RESOURCE_ENV_REF_NAME
See Also:
Constant Field Values

RESOURCE_ENV_REF_TYPE

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

setResourceEnvRefName

void setResourceEnvRefName(String value)
Setter for resource-env-ref-name property

Parameters:
value - property value

getResourceEnvRefName

String getResourceEnvRefName()
Getter for resource-env-ref-name property.

Returns:
property value

setResourceEnvRefType

void setResourceEnvRefType(String value)
Setter for resource-env-ref-type property.

Parameters:
value - property value

getResourceEnvRefType

String getResourceEnvRefType()
Getter for resource-env-ref-type 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.