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

java.lang.Object
  extended by org.apache.myfaces.config.element.ListEntry
      extended by org.apache.myfaces.config.impl.digester.elements.ListEntriesImpl.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
ListEntriesImpl

public static class ListEntriesImpl.Entry
extends ListEntry

See Also:
Serialized Form

Constructor Summary
ListEntriesImpl.Entry()
           
 
Method Summary
 String getValue()
           
 boolean isNullValue()
           
 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

ListEntriesImpl.Entry

public ListEntriesImpl.Entry()
Method Detail

isNullValue

public boolean isNullValue()
Specified by:
isNullValue in class ListEntry

setNullValue

public void setNullValue()

getValue

public String getValue()
Specified by:
getValue in class ListEntry

setValue

public void setValue(String value)


Copyright © 2014 The Apache Software Foundation. All rights reserved.