org.cdgsoftware.icl.field.type
Class Type_Alphabetic

java.lang.Object
  extended by org.cdgsoftware.icl.field.type.FieldType
      extended by org.cdgsoftware.icl.field.type.Type_Alphabetic
All Implemented Interfaces:
Loggeable

public class Type_Alphabetic
extends FieldType

The Class Type_Alphabetic.


Field Summary
static Type_Alphabetic INSTANCE
           
 
Constructor Summary
Type_Alphabetic()
          Instantiates a new type_ alphabetic.
 
Method Summary
 boolean isDataValid(java.lang.String data)
          Checks if is data valid.
 
Methods inherited from class org.cdgsoftware.icl.field.type.FieldType
dump, getDescription, getName, getShortName, setDescription, setName, setShortName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Type_Alphabetic INSTANCE
Constructor Detail

Type_Alphabetic

public Type_Alphabetic()
Instantiates a new type_ alphabetic.

Method Detail

isDataValid

public boolean isDataValid(java.lang.String data)
Description copied from class: FieldType
Checks if is data valid.

Specified by:
isDataValid in class FieldType
Parameters:
data - the data
Returns:
true, if is data valid