org.apache.myfaces.config.impl.digester.elements
Class MapEntries.Entry
java.lang.Object
org.apache.myfaces.config.element.MapEntry
org.apache.myfaces.config.impl.digester.elements.MapEntries.Entry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MapEntries
public static class MapEntries.Entry
- extends MapEntry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntries.Entry
public MapEntries.Entry()
getKey
public String getKey()
- Specified by:
getKey
in class MapEntry
setKey
public void setKey(String key)
isNullValue
public boolean isNullValue()
- Specified by:
isNullValue
in class MapEntry
setNullValue
public void setNullValue()
getValue
public String getValue()
- Specified by:
getValue
in class MapEntry
setValue
public void setValue(String value)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.