Package main.utils.parameters
Class EmptyID
java.lang.Object
main.utils.parameters.EmptyID
The EmptyID class provides a utility method for checking if an ID is empty.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
EMPTY_ID
The constant EMPTY_ID represents the empty ID value, which is "null".- See Also:
-
-
Constructor Details
-
EmptyID
public EmptyID()
-
-
Method Details
-
isEmptyID
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
-