Class EmptyID

java.lang.Object
main.utils.parameters.EmptyID

public class EmptyID extends Object
The EmptyID class provides a utility method for checking if an ID is empty.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The constant EMPTY_ID represents the empty ID value, which is "null".
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    Returns true if the specified ID is empty or null, otherwise false.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EMPTY_ID

      public static final String EMPTY_ID
      The constant EMPTY_ID represents the empty ID value, which is "null".
      See Also:
  • Constructor Details

    • EmptyID

      public EmptyID()
  • Method Details

    • isEmptyID

      public static boolean isEmptyID(String ID)
      Returns true if the specified ID is empty or null, otherwise false.
      Parameters:
      ID - the ID to be checked
      Returns:
      true if the specified ID is empty or null, otherwise false