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
-
msg
-
-
Null
-
-
re
-
-
Email(String)
- Name constructor comment.
-
setValue(String)
- Set the value of this type
-
validate()
- Insert the method's description here.
re
private static RE re
msg
private static final String msg
Null
public static final Email Null
Email
public Email(String value)
- Name constructor comment.
setValue
public boolean setValue(String v)
- Set the value of this type
- Overrides:
- setValue in class Field
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