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

E22562-07

oracle.apps.fnd.applcore.importExport.model.util
Class Empty

java.lang.Object
  extended by oracle.apps.fnd.applcore.importExport.model.util.Empty

public class Empty
extends java.lang.Object

Convenience class to check whether objects are empty or not.


Constructor Summary
Empty()
           
 
Method Summary
static boolean is(java.lang.Object o)
          Tests whether Object o is null.
static boolean is(java.lang.String s)
          Tests whether String s is null or the empty string.
static boolean is(WebCenterConnection c)
          Tests whether WebCenterConnection c is null or all members are empty.
 
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.String s)
Tests whether String s is null or the empty string.

Parameters:
s - the object under test.
Returns:
true iff the String s is null or the empty string, otherwise false.

is

public static boolean is(WebCenterConnection c)
Tests whether WebCenterConnection c is null or all members are empty.

Parameters:
c - the object under test
Returns:
true iff the WebCenterConnection c is null or all members are empty, otherwise false.

is

public static boolean is(java.lang.Object o)
Tests whether Object o is null.

Parameters:
o - the object under test.
Returns:
true iff the Object o is null, otherwise false.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.