org.eclipse.modisco.jee.ejbjar.EjbJar11
Interface EnvEntryType


public interface EnvEntryType

A representation of the model object 'Env Entry Type'.

The following features are supported:

See Also:
EjbJar11Package.getEnvEntryType()
Generated:
Model:
extendedMetaData="name='env-entry_._type' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar11Package.getEnvEntryType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getEnvEntryName

EnvEntryNameType getEnvEntryName()
Returns the value of the 'Env Entry Name' containment reference.

If the meaning of the 'Env Entry Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry Name' containment reference.
See Also:
setEnvEntryName(EnvEntryNameType), EjbJar11Package.getEnvEntryType_EnvEntryName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='env-entry-name' namespace='##targetNamespace'"

setEnvEntryName

void setEnvEntryName(EnvEntryNameType value)
Sets the value of the 'Env Entry Name' containment reference.

Parameters:
value - the new value of the 'Env Entry Name' containment reference.
See Also:
getEnvEntryName()
Generated:

getEnvEntryType

EnvEntryTypeType getEnvEntryType()
Returns the value of the 'Env Entry Type' containment reference.

If the meaning of the 'Env Entry Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry Type' containment reference.
See Also:
setEnvEntryType(EnvEntryTypeType), EjbJar11Package.getEnvEntryType_EnvEntryType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='env-entry-type' namespace='##targetNamespace'"

setEnvEntryType

void setEnvEntryType(EnvEntryTypeType value)
Sets the value of the 'Env Entry Type' containment reference.

Parameters:
value - the new value of the 'Env Entry Type' containment reference.
See Also:
getEnvEntryType()
Generated:

getEnvEntryValue

EnvEntryValueType getEnvEntryValue()
Returns the value of the 'Env Entry Value' containment reference.

If the meaning of the 'Env Entry Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry Value' containment reference.
See Also:
setEnvEntryValue(EnvEntryValueType), EjbJar11Package.getEnvEntryType_EnvEntryValue()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='env-entry-value' namespace='##targetNamespace'"

setEnvEntryValue

void setEnvEntryValue(EnvEntryValueType value)
Sets the value of the 'Env Entry Value' containment reference.

Parameters:
value - the new value of the 'Env Entry Value' containment reference.
See Also:
getEnvEntryValue()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar11Package.getEnvEntryType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: