org.ow2.util.ee.metadata.common.api.struct
Interface IEnvEntry

All Superinterfaces:
Serializable

public interface IEnvEntry
extends Serializable

An env-entry.

Author:
Gael Lalire

Method Summary
 String getLookupName()
           
 String getName()
           
 String getType()
           
 String getValue()
           
 

Method Detail

getName

String getName()
Returns:
name of env entry (relative to java:comp/env)

getType

String getType()
Returns:
the class of value (may be null)

getValue

String getValue()
Returns:
the value

getLookupName

String getLookupName()
Returns:
lookup.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.