|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnvEntryType
A representation of the model object 'Env Entry Type'. The env-entryType is used to declare an application's environment entry. The declaration consists of an optional description, the name of the environment entry, a type (optional if the value is injected, otherwise required), and an optional value. It also includes optional elements to define injection of the named resource into fields or JavaBeans properties. If a value is not specified and injection is requested, no injection will occur and no entry of the specified name will be created. This allows an initial value to be specified in the source code without being incorrectly changed when no override has been specified. If a value is not specified and no injection is requested, a value must be supplied during deployment. This type is used by env-entry elements.
The following features are supported:
Description
Env Entry Name
Env Entry Type
Env Entry Value
Mapped Name
Injection Target
Lookup Name
Id
EjbJar31Package.getEnvEntryType()
Method Summary | |
---|---|
|
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 |
getLookupName()
Returns the value of the 'Lookup Name' containment reference. |
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 |
setLookupName(XsdStringType value)
Sets the value of the ' Lookup Name ' containment reference. |
void |
setMappedName(XsdStringType value)
Sets the value of the ' Mapped Name ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getEnvEntryType_Description()
JndiNameType getEnvEntryName()
setEnvEntryName(JndiNameType)
,
EjbJar31Package.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)
,
EjbJar31Package.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)
,
EjbJar31Package.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)
,
EjbJar31Package.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...
EjbJar31Package.getEnvEntryType_InjectionTarget()
XsdStringType getLookupName()
setLookupName(XsdStringType)
,
EjbJar31Package.getEnvEntryType_LookupName()
void setLookupName(XsdStringType value)
Lookup Name
' containment reference.
value
- the new value of the 'Lookup Name' containment reference.getLookupName()
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)
,
EjbJar31Package.getEnvEntryType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |