org.apache.myfaces.tobago.internal.context
Class MeasureValue

java.lang.Object
  extended by org.apache.myfaces.tobago.internal.context.MeasureValue

public final class MeasureValue
extends Object

This class makes it possible to put "null" values into the Map.


Field Summary
static MeasureValue NULL
           
 
Constructor Summary
MeasureValue(Measure value)
           
 
Method Summary
 boolean equals(Object o)
           
 Measure getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final MeasureValue NULL
Constructor Detail

MeasureValue

public MeasureValue(Measure value)
Method Detail

getValue

public Measure getValue()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.