Class BitUtils

java.lang.Object
adalid.commons.util.BitUtils

public class BitUtils extends Object
Author:
Jorge Campins
  • Constructor Details

    • BitUtils

      public BitUtils()
  • Method Details

    • getAsBoolean

      public static Boolean getAsBoolean(Object o)
    • getAsString

      public static String getAsString(Object o)
    • valueOf

      public static boolean valueOf(Boolean b, boolean value)
    • valueOf

      public static boolean valueOf(Boolean b)
    • valueOf

      public static boolean valueOf(Character c)
    • valueOf

      public static boolean valueOf(char c)
    • valueOf

      public static boolean valueOf(String s)
    • valueOf

      public static boolean valueOf(Number n)
    • valueOf

      public static boolean valueOf(Object o)
    • getLabel

      public static String getLabel(Boolean b)
    • getLabel

      public static String getLabel(Boolean b, EnumBitLabelSet bls)
    • newBoolean

      public static Boolean newBoolean(Object obj)
    • toBoolean

      public static Boolean toBoolean(Object obj)