JBoss Metadata Common 7.0.1.Final

org.jboss.metadata.javaee.spec
Class EnvironmentEntryMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
              extended by org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
                  extended by org.jboss.metadata.javaee.spec.EnvironmentEntryMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class EnvironmentEntryMetaData
extends ResourceInjectionMetaDataWithDescriptions

EnvironmentEntryMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
EnvironmentEntryMetaData()
          Create a new EnvironmentEntryMetaData.
 
Method Summary
 String getEnvEntryName()
          Get the envEntryName.
 String getType()
          Get the type.
 String getValue()
          Get the value.
 void setEnvEntryName(String envEntryName)
          Set the envEntryName.
 void setType(String type)
          Set the type.
 void setValue(String value)
          Set the value.
 
Methods inherited from class org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
getDescriptions, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, hashCode, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvironmentEntryMetaData

public EnvironmentEntryMetaData()
Create a new EnvironmentEntryMetaData.

Method Detail

getEnvEntryName

public String getEnvEntryName()
Get the envEntryName.

Returns:
the envEntryName.

setEnvEntryName

public void setEnvEntryName(String envEntryName)
Set the envEntryName.

Parameters:
envEntryName - the envEntryName.
Throws:
IllegalArgumentException - for a null envEntryName

getType

public String getType()
Get the type.

Returns:
the type.

setType

public void setType(String type)
Set the type.

Parameters:
type - the type.
Throws:
IllegalArgumentException - for a null type

getValue

public String getValue()
Get the value.

Returns:
the value.

setValue

public void setValue(String value)
Set the value.

Parameters:
value - the value.
Throws:
IllegalArgumentException - for a null value

JBoss Metadata Common 7.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.