Class PropertyValueUtils
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.util.PropertyValueUtils
- Author:
- krylov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
nullIfEmpty
(String value) Returns null if the provided value is empty
-
Constructor Details
-
PropertyValueUtils
public PropertyValueUtils()
-
-
Method Details
-
nullIfEmpty
Returns null if the provided value is empty- Parameters:
value
- string to check- Returns:
- null if the value is null or an empty string; otherwise return value back
-