Package wt.eff.format

Class EffFormatHelper

java.lang.Object
wt.eff.format.EffFormatHelper
All Implemented Interfaces:
Externalizable, Serializable

public final class EffFormatHelper extends Object implements Externalizable


Supported API: true

Extendable: false
See Also:
  • Field Details

    • service

      public static final EffFormatService service
      Gets the implemented wt.eff.format.EffFormatService instance.

      Supported API: true
  • Method Details

    • isEmptyOrNull

      public static boolean isEmptyOrNull(String str)
      This operation can be used to check whether a string is empty or null in a consistent fashion.

      Supported API: true
      Parameters:
      str -
      Returns:
      true if the string passed in is either empty or null; false otherwise