org.apache.openejb.assembler.classic
Class EnvEntryInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.InjectableInfo
          extended by org.apache.openejb.assembler.classic.EnvEntryInfo
All Implemented Interfaces:
java.io.Serializable

public class EnvEntryInfo
extends InjectableInfo

See Also:
Serialized Form

Field Summary
 ReferenceLocationInfo location
           
 java.lang.String name
           
 java.lang.String type
           
 java.lang.String value
           
 
Fields inherited from class org.apache.openejb.assembler.classic.InjectableInfo
targets
 
Constructor Summary
EnvEntryInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public java.lang.String type

value

public java.lang.String value

location

public ReferenceLocationInfo location
Constructor Detail

EnvEntryInfo

public EnvEntryInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.