org.apache.myfaces.config.impl.digester.elements
Class MapEntriesImpl.Entry

java.lang.Object
  extended by org.apache.myfaces.config.element.MapEntry
      extended by 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

Constructor Summary
MapEntriesImpl.Entry()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 boolean isNullValue()
           
 void setKey(String key)
           
 void setNullValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntriesImpl.Entry

public MapEntriesImpl.Entry()
Method Detail

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.