org.apache.shale.tiger.managed.config
Interface NullValueHolder

All Known Implementing Classes:
ListEntryConfig, ManagedPropertyConfig, MapEntryConfig

public interface NullValueHolder

Marker interface for a configuration bean that supports a nullValue property.


Method Summary
 boolean isNullValue()
          Return the null value flag for this instance.
 void setNullValue(boolean nullValue)
          Set the null value flag for this instance.
 

Method Detail

isNullValue

boolean isNullValue()

Return the null value flag for this instance.


setNullValue

void setNullValue(boolean nullValue)

Set the null value flag for this instance.

Parameters:
nullValue - The new null value flag


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