org.apache.myfaces.config.element
Interface MapEntry

All Known Implementing Classes:
MapEntries.Entry

public interface MapEntry

Version:
$Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

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

Method Detail

getKey

java.lang.String getKey()

isNullValue

boolean isNullValue()

getValue

java.lang.String getValue()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.