org.apache.myfaces.config.impl.digester.elements

Class MapEntries.Entry

Enclosing Class:
MapEntries
Implemented Interfaces:
MapEntry

public static class MapEntries.Entry
extends java.lang.Object
implements MapEntry

Method Summary

String
getKey()
String
getValue()
boolean
isNullValue()
void
setKey(String key)
void
setNullValue()
void
setValue(String value)

Method Details

getKey

public String getKey()
Specified by:
getKey in interface MapEntry

getValue

public String getValue()
Specified by:
getValue in interface MapEntry

isNullValue

public boolean isNullValue()
Specified by:
isNullValue in interface MapEntry

setKey

public void setKey(String key)

setNullValue

public void setNullValue()

setValue

public void setValue(String value)