All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sdi.wap.demo.field.Zipcode

java.lang.Object
   |
   +----com.sdi.wap.Field
           |
           +----com.sdi.wap.demo.field.Zipcode

public class Zipcode
extends Field
implements Validatable
Name type


Variable Index

 o msg
 o Null
 o re

Constructor Index

 o Zipcode(String)
Name constructor comment.

Method Index

 o setValue(String)
Set the value of this type

Variables

 o re
 private static final RE re
 o msg
 private static final String msg
 o Null
 public static final Zipcode Null

Constructors

 o Zipcode
 public Zipcode(String value)
Name constructor comment.

Methods

 o setValue
 public boolean setValue(String v)
Set the value of this type

Overrides:
setValue in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index