com.trackstudio.tools
Class Null

java.lang.Object
  extended by com.trackstudio.tools.Null
All Implemented Interfaces:
java.io.Serializable

public class Null
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Null()
           
 
Method Summary
static boolean isNotNull(java.lang.Object str)
           
static boolean isNull(java.lang.Object str)
           
static java.lang.String stripNullHtml(java.lang.Object str)
           
static java.lang.String stripNullText(java.lang.Object str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Null

public Null()
Method Detail

isNotNull

public static boolean isNotNull(java.lang.Object str)

isNull

public static boolean isNull(java.lang.Object str)

stripNullHtml

public static java.lang.String stripNullHtml(java.lang.Object str)

stripNullText

public static java.lang.String stripNullText(java.lang.Object str)


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.