org.apache.myfaces.config.impl.digester.elements
Class MapEntriesImpl.Entry
java.lang.Object
org.apache.myfaces.config.element.MapEntry
org.apache.myfaces.config.impl.digester.elements.MapEntriesImpl.Entry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MapEntriesImpl
public static class MapEntriesImpl.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 |
MapEntriesImpl.Entry
public MapEntriesImpl.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 © 2014 The Apache Software Foundation. All rights reserved.