org.apache.myfaces.config.element
Class MapEntry
java.lang.Object
org.apache.myfaces.config.element.MapEntry
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MapEntriesImpl.Entry
public abstract class MapEntry
- extends Object
- implements Serializable
- Version:
- $Revision: 1187701 $ $Date: 2011-10-22 12:21:54 +0000 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntry
public MapEntry()
getKey
public abstract String getKey()
isNullValue
public abstract boolean isNullValue()
getValue
public abstract String getValue()
Copyright © 2015 The Apache Software Foundation. All rights reserved.