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
-
Null
-
-
Name(String)
- Name constructor comment.
-
setValue(String)
- Set the value of this type
-
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.
Null
public static final Name Null
Name
public Name(String value)
- Name constructor comment.
setValue
public boolean setValue(String v)
- Set the value of this type
- Overrides:
- setValue in class Field
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