org.objectweb.jonas_ejb.deployment.xml
Interface EnvEntry

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnvEntryImpl

public interface EnvEntry
extends java.io.Serializable


Field Summary
static java.lang.String[] ZEUS_ATTRIBUTES
           
static java.lang.String[] ZEUS_ELEMENTS
           
static java.lang.String ZEUS_XML_NAME
           
 
Method Summary
 Description getDescription()
           
 EnvEntryName getEnvEntryName()
           
 EnvEntryType getEnvEntryType()
           
 EnvEntryValue getEnvEntryValue()
           
 java.lang.String getId()
           
 void marshal(java.io.File file)
           
 void marshal(java.io.OutputStream outputStream)
           
 void marshal(java.io.Writer writer)
           
 void setDescription(Description description)
           
 void setEnvEntryName(EnvEntryName envEntryName)
           
 void setEnvEntryType(EnvEntryType envEntryType)
           
 void setEnvEntryValue(EnvEntryValue envEntryValue)
           
 void setId(java.lang.String id)
           
 

Field Detail

ZEUS_XML_NAME

public static final java.lang.String ZEUS_XML_NAME

ZEUS_ATTRIBUTES

public static final java.lang.String[] ZEUS_ATTRIBUTES

ZEUS_ELEMENTS

public static final java.lang.String[] ZEUS_ELEMENTS
Method Detail

getDescription

public Description getDescription()

setDescription

public void setDescription(Description description)

getEnvEntryName

public EnvEntryName getEnvEntryName()

setEnvEntryName

public void setEnvEntryName(EnvEntryName envEntryName)

getEnvEntryType

public EnvEntryType getEnvEntryType()

setEnvEntryType

public void setEnvEntryType(EnvEntryType envEntryType)

getEnvEntryValue

public EnvEntryValue getEnvEntryValue()

setEnvEntryValue

public void setEnvEntryValue(EnvEntryValue envEntryValue)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

marshal

public void marshal(java.io.File file)
             throws java.io.IOException

marshal

public void marshal(java.io.OutputStream outputStream)
             throws java.io.IOException

marshal

public void marshal(java.io.Writer writer)
             throws java.io.IOException