net.sf.mpxj.utility
Class BooleanUtility
java.lang.Object
net.sf.mpxj.utility.BooleanUtility
public final class BooleanUtility
- extends Object
This class contains utility methods related to Boolean objects and
boolean primitives.
|
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 |
BooleanUtility
public BooleanUtility()
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.