public interface EnvEntryType
The following features are supported:
EjbJar30Package.getEnvEntryType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
JndiNameType |
getEnvEntryName()
Returns the value of the 'Env Entry Name' containment reference.
|
EnvEntryTypeValuesType |
getEnvEntryType()
Returns the value of the 'Env Entry Type' containment reference.
|
XsdStringType |
getEnvEntryValue()
Returns the value of the 'Env Entry Value' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference.
|
void |
setEnvEntryName(JndiNameType value)
Sets the value of the '
Env Entry Name' containment reference. |
void |
setEnvEntryType(EnvEntryTypeValuesType value)
Sets the value of the '
Env Entry Type' containment reference. |
void |
setEnvEntryValue(XsdStringType value)
Sets the value of the '
Env Entry Value' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEnvEntryType_Description()JndiNameType getEnvEntryName()
setEnvEntryName(JndiNameType),
EjbJar30Package.getEnvEntryType_EnvEntryName()void setEnvEntryName(JndiNameType value)
Env Entry Name' containment reference.
value - the new value of the 'Env Entry Name' containment reference.getEnvEntryName()EnvEntryTypeValuesType getEnvEntryType()
setEnvEntryType(EnvEntryTypeValuesType),
EjbJar30Package.getEnvEntryType_EnvEntryType()void setEnvEntryType(EnvEntryTypeValuesType value)
Env Entry Type' containment reference.
value - the new value of the 'Env Entry Type' containment reference.getEnvEntryType()XsdStringType getEnvEntryValue()
setEnvEntryValue(XsdStringType),
EjbJar30Package.getEnvEntryType_EnvEntryValue()void setEnvEntryValue(XsdStringType value)
Env Entry Value' containment reference.
value - the new value of the 'Env Entry Value' containment reference.getEnvEntryValue()XsdStringType getMappedName()
setMappedName(XsdStringType),
EjbJar30Package.getEnvEntryType_MappedName()void setMappedName(XsdStringType value)
Mapped Name' containment reference.
value - the new value of the 'Mapped Name' containment reference.getMappedName()getInjectionTarget()
InjectionTargetType.
If the meaning of the 'Injection Target' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEnvEntryType_InjectionTarget()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar30Package.getEnvEntryType_Id()