org.apache.myfaces.config.element
Interface MapEntry

All Known Implementing Classes:
MapEntries.Entry

public interface MapEntry

Version:
$Revision: 1.2 $ $Date: 2004/10/13 11:50:59 $ $Log: MapEntry.java,v $ Revision 1.2 2004/10/13 11:50:59 matze renamed packages to org.apache Revision 1.1 2004/07/07 00:25:04 o_rossmueller tidy up config/confignew package (moved confignew classes to package config) Revision 1.2 2004/07/01 22:05:04 mwessendorf ASF switch Revision 1.1 2004/05/17 14:28:26 manolito new configuration concept
Author:
Manfred Geiler (latest modification by $Author: matze $)

Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 boolean isNullValue()
           
 

Method Detail

getKey

public java.lang.String getKey()

isNullValue

public boolean isNullValue()

getValue

public java.lang.String getValue()