Interface CellphoneValidateStrategy
- All Known Implementing Classes:
ChineseCellphoneValidateStrategy
public interface CellphoneValidateStrategy
Verifies cell phone strategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisInvalidCellphone(String cellphone) Validates the specific cell phone
-
Method Details
-
isInvalidCellphone
Validates the specific cell phone- Parameters:
cellphone- the specific cell phone- Returns:
- validated result
-