public interface EnvEntryType
The following features are supported:
EjbJar21Package.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.
|
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. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getEnvEntryType_Description()JndiNameType getEnvEntryName()
setEnvEntryName(JndiNameType),
EjbJar21Package.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()
If the meaning of the 'Env Entry Type' containment reference isn't clear, there really should be more of a description here...
setEnvEntryType(EnvEntryTypeValuesType),
EjbJar21Package.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),
EjbJar21Package.getEnvEntryType_EnvEntryValue()void setEnvEntryValue(XsdStringType value)
Env Entry Value' containment reference.
value - the new value of the 'Env Entry Value' containment reference.getEnvEntryValue()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),
EjbJar21Package.getEnvEntryType_Id()