Class BooleanUtils

java.lang.Object
com.sun.enterprise.util.BooleanUtils

public class BooleanUtils extends Object
Author:
martinmares
  • Constructor Details

    • BooleanUtils

      public BooleanUtils()
  • Method Details

    • nvl

      public static boolean nvl(Boolean value)
      If given Boolean is null then returns false otherwise returns given Boolean