OOP FormGenerator Version 2.1

com.oopreserch.web
Class IsJpPostalCode

java.lang.Object
  |
  +--com.oopreserch.web.IsJpPostalCode
All Implemented Interfaces:
FormValueVerifier

public class IsJpPostalCode
extends java.lang.Object
implements FormValueVerifier

Implementation of FormValueVerifier interface. Returns true for the valid postal code in Japan.

Author:
Jun Inamori

Constructor Summary
IsJpPostalCode()
           
 
Method Summary
 boolean isValidString(java.lang.String str)
          Returns true for the valid postal code in Japan.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsJpPostalCode

public IsJpPostalCode()
Method Detail

isValidString

public boolean isValidString(java.lang.String str)
Returns true for the valid postal code in Japan.
Specified by:
isValidString in interface FormValueVerifier
Parameters:
str - String to be tested.
Returns:
true for the valid postal code in Japan.

OOP FormGenerator Version 2.1

ALL CONTENTS COPYRIGHT 2002, Jun Inamori. All rights reserved.
Any questions and comments are welcome to Jun Inamori.