public interface EnvEntry extends CommonDDBean, DescriptionInterface
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Field and Description |
|---|---|
static String |
ENV_ENTRY_NAME |
static String |
ENV_ENTRY_TYPE |
static String |
ENV_ENTRY_VALUE |
| Modifier and Type | Method and Description |
|---|---|
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() |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptionstatic final String ENV_ENTRY_NAME
static final String ENV_ENTRY_TYPE
static final String ENV_ENTRY_VALUE
void setEnvEntryName(String value)
value - property valueString getEnvEntryName()
void setEnvEntryType(String value)
value - property valueString getEnvEntryType()
void setEnvEntryValue(String value)
value - property valueString getEnvEntryValue()
void setMappedName(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionString getMappedName() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInjectionTarget(int index,
InjectionTarget valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget getInjectionTarget(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeInjectionTarget()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInjectionTarget(InjectionTarget[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget[] getInjectionTarget() throws VersionNotSupportedException
VersionNotSupportedExceptionint addInjectionTarget(InjectionTarget valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeInjectionTarget(InjectionTarget valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionInjectionTarget newInjectionTarget() throws VersionNotSupportedException
VersionNotSupportedExceptionBuilt on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.