All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sdi.wap.demo.field.Email

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

public class Email
extends Field
implements Validatable
Name type


Variable Index

 o msg
 o Null
 o re

Constructor Index

 o Email(String)
Name constructor comment.

Method Index

 o setValue(String)
Set the value of this type
 o validate()
Insert the method's description here.

Variables

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

Constructors

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

Methods

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

Overrides:
setValue in class Field
 o validate
 public boolean validate()
Insert the method's description here. Creation date: (8/19/2000 1:02:02 PM)

Returns:
boolean

All Packages  Class Hierarchy  This Package  Previous  Next  Index