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

java.lang.Object
  extended by org.apache.shale.tiger.managed.config.ManagedPropertyConfig
All Implemented Interfaces:
ListEntriesHolder, MapEntriesHolder, NullValueHolder

public class ManagedPropertyConfig
extends Object
implements ListEntriesHolder, MapEntriesHolder, NullValueHolder

Representation of the runtime relevant contents of a JavaServer Faces <managed-property> configuration element.


Constructor Summary
ManagedPropertyConfig()
          Creates a new instance of ManagedPropertyConfig.
 
Method Summary
 ListEntriesConfig getListEntries()
          Getter for property listEntries.
 MapEntriesConfig getMapEntries()
          Getter for property mapEntries.
 String getName()
          Getter for property name.
 String getType()
          Getter for property type.
 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 setListEntries(ListEntriesConfig listEntries)
          Setter for property listEntries.
 void setMapEntries(MapEntriesConfig mapEntries)
          Setter for property mapEntries.
 void setName(String name)
          Setter for property name.
 void setNullValue(boolean nullValue)
          Setter for property nullValue.
 void setType(String type)
          Setter for property type.
 void setValue(String value)
          Setter for property value.
 String toString()
          Pretty printing toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedPropertyConfig

public ManagedPropertyConfig()
Creates a new instance of ManagedPropertyConfig.

Method Detail

isExpression

public boolean isExpression()

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


getName

public String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(String name)
Setter for property name.

Parameters:
name - New value of property name.

getType

public String getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(String type)
Setter for property type.

Parameters:
type - New value of property type.

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.

getListEntries

public ListEntriesConfig getListEntries()
Getter for property listEntries.

Specified by:
getListEntries in interface ListEntriesHolder
Returns:
Value of property listEntries.

setListEntries

public void setListEntries(ListEntriesConfig listEntries)
Setter for property listEntries.

Specified by:
setListEntries in interface ListEntriesHolder
Parameters:
listEntries - New value of property listEntries.

getMapEntries

public MapEntriesConfig getMapEntries()
Getter for property mapEntries.

Specified by:
getMapEntries in interface MapEntriesHolder
Returns:
Value of property mapEntries.

setMapEntries

public void setMapEntries(MapEntriesConfig mapEntries)
Setter for property mapEntries.

Specified by:
setMapEntries in interface MapEntriesHolder
Parameters:
mapEntries - New value of property mapEntries.

toString

public String toString()

Pretty printing toString() method.

Overrides:
toString in class Object


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