<cffunction name="GetNull" access="public" returntype="any" output="false" hint="Returns a NULL value."> <!--- Return a Java null. ---> <cfreturn JavaCast( "null", 0 ) /> </cffunction>