Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.attachments.common
Class Empty

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.common.Empty

public class Empty
extends java.lang.Object


Constructor Summary
Empty()
           
 
Method Summary
static boolean is(java.lang.Object test)
          Tests whether the supplied argument is null or equal to empty string.
static boolean is(java.lang.String test)
          Tests whether the supplied argument is null or equal to empty string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Empty

public Empty()
Method Detail

is

public static boolean is(java.lang.Object test)
Tests whether the supplied argument is null or equal to empty string. It assumes that the object is a string or can be converted sensibly to a string.

Parameters:
test - The argument under test.
Returns:
true if this is empty.

is

public static boolean is(java.lang.String test)
Tests whether the supplied argument is null or equal to empty string.

Parameters:
test - The argument under test.
Returns:
true if this is empty.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.