All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sdi.wap.demo.field.Name

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

public class Name
extends Field
implements Validatable
Name type


Variable Index

 o Null

Constructor Index

 o Name(String)
Name constructor comment.

Method Index

 o setValue(String)
Set the value of this type
 o stripNonAlphabetics()
Converts a name to the base of an interfier by stripping everything but alphabetics and truncating long identifiers to a max length of 32 chars.

Variables

 o Null
 public static final Name Null

Constructors

 o Name
 public Name(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 stripNonAlphabetics
 public Name stripNonAlphabetics()
Converts a name to the base of an interfier by stripping everything but alphabetics and truncating long identifiers to a max length of 32 chars.


All Packages  Class Hierarchy  This Package  Previous  Next  Index