org.apache.avalon.composition.model
Interface EntryModel

All Known Implementing Classes:
DefaultEntryModel

public interface EntryModel

Specification of a context enty model from which a a context value can be established.

Version:
$Revision: 1.3 $ $Date: 2004/01/24 23:25:25 $
Author:
Avalon Development Team

Method Summary
 String getKey()
          Return the context entry key.
 Object getValue()
          Return the context entry value.
 

Method Detail

getKey

public String getKey()
Return the context entry key.

Returns:
the key

getValue

public Object getValue()
                throws ModelException
Return the context entry value.

Returns:
the context entry value
Throws:
ModelException


Copyright © The Apache Software Foundation. All Rights Reserved.