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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface EnvEntry
extends CommonDDBean, DescriptionInterface

Generated interface for EnvEntry element.

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


Field Summary
static String ENV_ENTRY_NAME
           
static String ENV_ENTRY_TYPE
           
static String ENV_ENTRY_VALUE
           
 
Method Summary
 int addInjectionTarget(InjectionTarget valueInterface)
           
 String getEnvEntryName()
          Getter for env-entry-name property.
 String getEnvEntryType()
          Getter for env-entry-type property.
 String getEnvEntryValue()
          Getter for env-entry-value property.
 InjectionTarget[] getInjectionTarget()
           
 InjectionTarget getInjectionTarget(int index)
           
 String getMappedName()
           
 InjectionTarget newInjectionTarget()
           
 int removeInjectionTarget(InjectionTarget valueInterface)
           
 void setEnvEntryName(String value)
          Setter for env-entry-name property.
 void setEnvEntryType(String value)
          Setter for env-entry-type property.
 void setEnvEntryValue(String value)
          Setter for env-entry-value property.
 void setInjectionTarget(InjectionTarget[] value)
           
 void setInjectionTarget(int index, InjectionTarget valueInterface)
           
 void setMappedName(String value)
           
 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

ENV_ENTRY_NAME

static final String ENV_ENTRY_NAME
See Also:
Constant Field Values

ENV_ENTRY_TYPE

static final String ENV_ENTRY_TYPE
See Also:
Constant Field Values

ENV_ENTRY_VALUE

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

setEnvEntryName

void setEnvEntryName(String value)
Setter for env-entry-name property.

Parameters:
value - property value

getEnvEntryName

String getEnvEntryName()
Getter for env-entry-name property.

Returns:
property value

setEnvEntryType

void setEnvEntryType(String value)
Setter for env-entry-type property.

Parameters:
value - property value

getEnvEntryType

String getEnvEntryType()
Getter for env-entry-type property.

Returns:
property value

setEnvEntryValue

void setEnvEntryValue(String value)
Setter for env-entry-value property.

Parameters:
value - property value

getEnvEntryValue

String getEnvEntryValue()
Getter for env-entry-value 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.