|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The env-entry element contains the declaration of an application client's environment entries. The declaration consists of an optional description, the name of the environment entry, and an optional value.
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
java.lang.String |
getName()
|
EnvEntryType |
getType()
|
java.lang.String |
getValue()
|
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set |
void |
setDescription(java.lang.String value)
|
void |
setName(java.lang.String value)
|
void |
setType(EnvEntryType value)
Sets the value of the ' Type ' attribute |
void |
setValue(java.lang.String value)
|
void |
unsetType()
Unsets the value of the ' Type ' attribute |
Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- The new value of the Description attributepublic java.lang.String getName()
public void setName(java.lang.String value)
value
- The new value of the Name attributepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The new value of the Value attributepublic EnvEntryType getType()
public void setType(EnvEntryType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.EnvEntryType
,
isSetType()
,
unsetType()
,
getType()
public void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(EnvEntryType)
public boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(EnvEntryType)
public EList getDescriptions()
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...
CommonPackage.getEnvEntry_Descriptions()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |