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


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, and an optional value. If a value is not specified, one must be supplied during deployment. It is used by env-entry elements.

The following features are supported:

See Also:
EjbJar21Package.getEnvEntryType()
Generated:
Model:
extendedMetaData="name='env-entryType' kind='elementOnly'"

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

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar21Package.getEnvEntryType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getEnvEntryName

JndiNameType getEnvEntryName()
Returns the value of the 'Env Entry Name' containment reference. minAmount ]]>

Returns:
the value of the 'Env Entry Name' containment reference.
See Also:
setEnvEntryName(JndiNameType), EjbJar21Package.getEnvEntryType_EnvEntryName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='env-entry-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setEnvEntryName

void setEnvEntryName(JndiNameType 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

EnvEntryTypeValuesType 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(EnvEntryTypeValuesType), EjbJar21Package.getEnvEntryType_EnvEntryType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='env-entry-type' namespace='http://java.sun.com/xml/ns/j2ee'"

setEnvEntryType

void setEnvEntryType(EnvEntryTypeValuesType 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

XsdStringType getEnvEntryValue()
Returns the value of the 'Env Entry Value' containment reference. 100.00 ]]>

Returns:
the value of the 'Env Entry Value' containment reference.
See Also:
setEnvEntryValue(XsdStringType), EjbJar21Package.getEnvEntryType_EnvEntryValue()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='env-entry-value' namespace='http://java.sun.com/xml/ns/j2ee'"

setEnvEntryValue

void setEnvEntryValue(XsdStringType 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), EjbJar21Package.getEnvEntryType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: