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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface ResourceRef
extends CommonDDBean, DescriptionInterface

Generated interface for ResourceRef element.

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


Field Summary
static String RES_AUTH
           
static String RES_AUTH_APPLICATION
           
static String RES_AUTH_CONTAINER
           
static String RES_REF_NAME
           
static String RES_SHARING_SCOPE
           
static String RES_SHARING_SCOPE_SHAREABLE
           
static String RES_SHARING_SCOPE_UNSHAREABLE
           
static String RES_TYPE
           
 
Method Summary
 int addInjectionTarget(InjectionTarget valueInterface)
           
 InjectionTarget[] getInjectionTarget()
           
 InjectionTarget getInjectionTarget(int index)
           
 String getMappedName()
           
 String getResAuth()
          Getter for res-auth property.
 String getResRefName()
          Getter for res-ref-name property.
 String getResSharingScope()
          Getter for res-sharing-scope property.
 String getResType()
          Getter for res-type property.
 InjectionTarget newInjectionTarget()
           
 int removeInjectionTarget(InjectionTarget valueInterface)
           
 void setInjectionTarget(InjectionTarget[] value)
           
 void setInjectionTarget(int index, InjectionTarget valueInterface)
           
 void setMappedName(String value)
           
 void setResAuth(String value)
          Setter for res-auth property
 void setResRefName(String value)
          Setter for res-ref-name property
 void setResSharingScope(String value)
          Setter for res-sharing-scope property
 void setResType(String value)
          Setter for res-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

RES_REF_NAME

static final String RES_REF_NAME
See Also:
Constant Field Values

RES_TYPE

static final String RES_TYPE
See Also:
Constant Field Values

RES_AUTH

static final String RES_AUTH
See Also:
Constant Field Values

RES_SHARING_SCOPE

static final String RES_SHARING_SCOPE
See Also:
Constant Field Values

RES_AUTH_APPLICATION

static final String RES_AUTH_APPLICATION
See Also:
Constant Field Values

RES_AUTH_CONTAINER

static final String RES_AUTH_CONTAINER
See Also:
Constant Field Values

RES_SHARING_SCOPE_SHAREABLE

static final String RES_SHARING_SCOPE_SHAREABLE
See Also:
Constant Field Values

RES_SHARING_SCOPE_UNSHAREABLE

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

setResRefName

void setResRefName(String value)
Setter for res-ref-name property

Parameters:
value - property value

getResRefName

String getResRefName()
Getter for res-ref-name property.

Returns:
property value

setResType

void setResType(String value)
Setter for res-type property

Parameters:
value - property value

getResType

String getResType()
Getter for res-type property.

Returns:
property value

setResAuth

void setResAuth(String value)
Setter for res-auth property

Parameters:
value - property value

getResAuth

String getResAuth()
Getter for res-auth property.

Returns:
property value

setResSharingScope

void setResSharingScope(String value)
Setter for res-sharing-scope property

Parameters:
value - property value

getResSharingScope

String getResSharingScope()
Getter for res-sharing-scope 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.