org.apache.empire.commons
Class ObjectUtils.NoValue

java.lang.Object
  extended by org.apache.empire.commons.ObjectUtils.NoValue
Enclosing class:
ObjectUtils

public static class ObjectUtils.NoValue
extends Object

This class eplicitly defines that an Object has not been assined a value.
This may be used in cases where the value of null may be a valid value.


Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.