public interface EnvEntryType
The following features are supported:
EjbJar20Package.getEnvEntryType()| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
EnvEntryNameType |
getEnvEntryName()
Returns the value of the 'Env Entry Name' containment reference.
|
EnvEntryTypeType |
getEnvEntryType()
Returns the value of the 'Env Entry Type' containment reference.
|
EnvEntryValueType |
getEnvEntryValue()
Returns the value of the 'Env Entry Value' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
void |
setDescription(DescriptionType value)
Sets the value of the '
Description' containment reference. |
void |
setEnvEntryName(EnvEntryNameType value)
Sets the value of the '
Env Entry Name' containment reference. |
void |
setEnvEntryType(EnvEntryTypeType value)
Sets the value of the '
Env Entry Type' containment reference. |
void |
setEnvEntryValue(EnvEntryValueType value)
Sets the value of the '
Env Entry Value' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
EjbJar20Package.getEnvEntryType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()EnvEntryNameType getEnvEntryName()
If the meaning of the 'Env Entry Name' containment reference isn't clear, there really should be more of a description here...
setEnvEntryName(EnvEntryNameType),
EjbJar20Package.getEnvEntryType_EnvEntryName()void setEnvEntryName(EnvEntryNameType value)
Env Entry Name' containment reference.
value - the new value of the 'Env Entry Name' containment reference.getEnvEntryName()EnvEntryTypeType getEnvEntryType()
If the meaning of the 'Env Entry Type' containment reference isn't clear, there really should be more of a description here...
setEnvEntryType(EnvEntryTypeType),
EjbJar20Package.getEnvEntryType_EnvEntryType()void setEnvEntryType(EnvEntryTypeType value)
Env Entry Type' containment reference.
value - the new value of the 'Env Entry Type' containment reference.getEnvEntryType()EnvEntryValueType getEnvEntryValue()
If the meaning of the 'Env Entry Value' containment reference isn't clear, there really should be more of a description here...
setEnvEntryValue(EnvEntryValueType),
EjbJar20Package.getEnvEntryType_EnvEntryValue()void setEnvEntryValue(EnvEntryValueType 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),
EjbJar20Package.getEnvEntryType_Id()