org.apache.myfaces.config.element
Class MapEntry

java.lang.Object
  extended by org.apache.myfaces.config.element.MapEntry
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MapEntries.Entry

public abstract class MapEntry
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1039554 $ $Date: 2010-11-26 15:32:39 -0500 (Fri, 26 Nov 2010) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)
See Also:
Serialized Form

Constructor Summary
MapEntry()
           
 
Method Summary
abstract  java.lang.String getKey()
           
abstract  java.lang.String getValue()
           
abstract  boolean isNullValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntry

public MapEntry()
Method Detail

getKey

public abstract java.lang.String getKey()

isNullValue

public abstract boolean isNullValue()

getValue

public abstract java.lang.String getValue()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.