net.sf.mpxj.utility
Class BooleanUtility

java.lang.Object
  extended by net.sf.mpxj.utility.BooleanUtility

public final class BooleanUtility
extends Object

This class contains utility methods related to Boolean objects and boolean primitives.


Constructor Summary
BooleanUtility()
           
 
Method Summary
static boolean getBoolean(Boolean value)
          Retrieve a boolean value from a Boolean object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanUtility

public BooleanUtility()
Method Detail

getBoolean

public static final boolean getBoolean(Boolean value)
Retrieve a boolean value from a Boolean object. Handles null values.

Parameters:
value - Boolean instance
Returns:
boolean value


Copyright © 2012. All Rights Reserved.