Uses of Class
org.cdgsoftware.icl.field.type.FieldType

Packages that use FieldType
org.cdgsoftware.icl.field Provides classes that represent generics of an individual field by field type 
org.cdgsoftware.icl.field.type Provides field types that check their input datatype per the X9.37 2003 specification 
 

Uses of FieldType in org.cdgsoftware.icl.field
 

Methods in org.cdgsoftware.icl.field that return FieldType
 FieldType Field.getFieldType()
          Gets the field type.
 

Methods in org.cdgsoftware.icl.field with parameters of type FieldType
 void Field.setFieldType(FieldType fieldType)
          Sets the field type.
 

Uses of FieldType in org.cdgsoftware.icl.field.type
 

Subclasses of FieldType in org.cdgsoftware.icl.field.type
 class Type_Alphabetic
          The Class Type_Alphabetic.
 class Type_AN
          The Class Type_AN.
 class Type_ANS
          The Class Type_ANS.
 class Type_Binary
          The Class Type_Binary.
 class Type_Blank
          The Class Type_Blank.
 class Type_NB
          The Class Type_NB.
 class Type_NS
          The Class Type_NS.
 class Type_Numeric
          The Class Type_Numeric.
 class Type_Special
          The Class Type_Special.