public interface EnvEntry
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnvEntry.Duck |
static class |
EnvEntry.Util
Utility class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getEnvEntryName() |
String |
getEnvEntryType() |
String |
getEnvEntryValue() |
String |
getIgnoreDescriptorItem() |
void |
setDescription(String value) |
void |
setEnvEntryName(String value) |
void |
setEnvEntryType(String value) |
void |
setEnvEntryValue(String value) |
void |
setIgnoreDescriptorItem(String value) |
void |
validateValue()
Validates the value in the env-entry-value subelement against the
type stored in the env-entry-type subelement.
|
String getDescription()
void setDescription(String value)
String getEnvEntryName()
void setEnvEntryName(String value)
String getEnvEntryType()
void setEnvEntryType(String value)
String getEnvEntryValue()
void setEnvEntryValue(String value)
String getIgnoreDescriptorItem()
void setIgnoreDescriptorItem(String value)
@DuckTyped void validateValue()
IllegalArgumentException - if the type does not match one of the legal onesNumberFormatException - if the value cannot be parsed according to the typeCopyright © 2017. All rights reserved.