org.compass.core.config
Class CompassEnvironment.NullValue

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.NullValue
Enclosing class:
CompassEnvironment

public abstract class CompassEnvironment.NullValue
extends Object


Field Summary
static String DISABLE_NULL_VALUE_FOR_MAPPING
          When setting the globabl null value, some mappings might require to disable handling of null values for them.
static String NULL_VALUE
          Allow to set a global null value that will be used.
 
Constructor Summary
CompassEnvironment.NullValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLE_NULL_VALUE_FOR_MAPPING

public static final String DISABLE_NULL_VALUE_FOR_MAPPING
When setting the globabl null value, some mappings might require to disable handling of null values for them. In such a case they can set the null value for this specific mappings to this constant value ($disable$).

See Also:
Constant Field Values

NULL_VALUE

public static final String NULL_VALUE
Allow to set a global null value that will be used. If this is set, the turning it off for specific mappings can be done by assiging them the value of DISABLE_NULL_VALUE_FOR_MAPPING.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.NullValue

public CompassEnvironment.NullValue()


Copyright (c) 2004-2008 The Compass Project.