public interface IObjectStringChecker extends IObjectStringSameCheck, IObjectStringNotSameCheck, IObjectStringEqualsCheck, IObjectStringNotEqualsCheck, IObjectStringNullCheck, IObjectStringNotNullCheck, IObjectStringDefaultCheck, IObjectStringNotDefaultCheck, IObjectStringLessCheck, IObjectStringLessOrEqualsCheck, IObjectStringGreaterCheck, IObjectStringGreaterOrEqualsCheck, IObjectStringEmptyCheck, IObjectStringNotEmptyCheck, IObjectStringNullOrEmptyCheck, IObjectStringNotNullAndNotEmptyCheck, IObjectStringWithPrefixCheck, IObjectStringWithoutPrefixCheck, IObjectStringWithSubstringCheck, IObjectStringWithoutSubstringCheck, IObjectStringWithPostfixCheck, IObjectStringWithoutPostfixCheck, IObjectStringMatchingCheck, IObjectStringNotMatchingCheck
This (or a derivative) should inherit all check methods targeting String.
isStringSame
isStringNotSame
isStringEquals
isStringNotEquals
isStringNull
isStringNotNull
isStringDefault
isStringNotDefault
getStringDefault, setStringDefault
isStringLess
isStringLessOrEquals
isStringGreater
isStringGreaterOrEquals
isStringEmpty
isStringNotEmpty
isStringNullOrEmpty
isStringNotNullAndNotEmpty
isStringWithPrefix
isStringWithoutPrefix
isStringWithSubstring
isStringWithoutSubstring
isStringWithPostfix
isStringWithoutPostfix
isStringMatching
isStringNotMatching
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.