org.apache.shale.tiger.managed.config
Class ListEntryConfig

java.lang.Object
  extended by org.apache.shale.tiger.managed.config.ListEntryConfig
All Implemented Interfaces:
NullValueHolder

public class ListEntryConfig
extends Object
implements NullValueHolder

Representation of the runtime relevant contents of a JavaServer Faces <list-entry> configuration element.


Constructor Summary
ListEntryConfig()
          Creates a new instance of ListEntryConfig.
 
Method Summary
 String getValue()
          Getter for property value.
 boolean isExpression()
          Return true if the specified value is a value binding expression, rather than a literal value.
 boolean isNullValue()
          Getter for property nullValue.
 void setNullValue(boolean nullValue)
          Setter for property nullValue.
 void setValue(String value)
          Setter for property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntryConfig

public ListEntryConfig()
Creates a new instance of ListEntryConfig.

Method Detail

isExpression

public boolean isExpression()

Return true if the specified value is a value binding expression, rather than a literal value.


getValue

public String getValue()
Getter for property value.

Returns:
Value of property value.

setValue

public void setValue(String value)
Setter for property value.

Parameters:
value - New value of property value.

isNullValue

public boolean isNullValue()
Getter for property nullValue.

Specified by:
isNullValue in interface NullValueHolder
Returns:
Value of property nullValue.

setNullValue

public void setNullValue(boolean nullValue)
Setter for property nullValue.

Specified by:
setNullValue in interface NullValueHolder
Parameters:
nullValue - New value of property nullValue.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.