org.apache.myfaces.config.impl.digester.elements
Class MapEntries.Entry
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.MapEntries.Entry
- All Implemented Interfaces:
- MapEntry
- Enclosing class:
- MapEntries
public static class MapEntries.Entry
- extends java.lang.Object
- implements MapEntry
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 java.lang.String getKey()
- Specified by:
getKey
in interface MapEntry
setKey
public void setKey(java.lang.String key)
isNullValue
public boolean isNullValue()
- Specified by:
isNullValue
in interface MapEntry
setNullValue
public void setNullValue()
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface MapEntry
setValue
public void setValue(java.lang.String value)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.