gov.nasa.pds.citool.util
Class Utility

java.lang.Object
  extended by gov.nasa.pds.citool.util.Utility

public class Utility
extends java.lang.Object


Constructor Summary
Utility()
           
 
Method Summary
static boolean isNull(java.lang.String value)
          Determines whether a value is null as defined by the PDS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utility

public Utility()
Method Detail

isNull

public static boolean isNull(java.lang.String value)
Determines whether a value is null as defined by the PDS.

Parameters:
value - The value in question
Returns:
true if the value is null, false otherwise.


Copyright © 2005-2010 Planetary Data System. All Rights Reserved.