Package wt.eff.format
Class EffFormatHelper
java.lang.Object
wt.eff.format.EffFormatHelper
- All Implemented Interfaces:
Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EffFormatServiceGets the implementedwt.eff.format.EffFormatServiceinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisEmptyOrNull(String str) This operation can be used to check whether a string is empty or null in a consistent fashion.
-
Field Details
-
service
Gets the implementedwt.eff.format.EffFormatServiceinstance.
Supported API: true
-
-
Method Details
-
isEmptyOrNull
This operation can be used to check whether a string is empty or null in a consistent fashion.
Supported API: true- Parameters:
str-- Returns:
- true if the string passed in is either empty or null; false otherwise
-