org.cdgsoftware.icl.field
Class GenericANField

java.lang.Object
  extended by org.cdgsoftware.icl.field.Field
      extended by org.cdgsoftware.icl.field.GenericANField
All Implemented Interfaces:
Loggeable

public class GenericANField
extends Field

The Class GenericANField.


Constructor Summary
GenericANField(Position position)
          Instantiates a new generic an field.
GenericANField(Position position, java.lang.String fieldName)
          Instantiates a new generic an field.
GenericANField(Position position, Validator fieldValidator, java.lang.String fieldData)
          Instantiates a new generic an field.
GenericANField(Position position, Validator fieldValidator, java.lang.String fieldData, java.lang.String fieldName)
          Instantiates a new generic an field.
 
Method Summary
 
Methods inherited from class org.cdgsoftware.icl.field.Field
dump, getFieldData, getFieldDataBytes, getFieldName, getFieldType, getFieldValidator, getPadder, getPosition, getUsage, getValidationCriteria, isValidated, setFieldData, setFieldDataBytes, setFieldName, setFieldType, setFieldValidator, setPadder, setPosition, setUsage, setValidationCriteria, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericANField

public GenericANField(Position position)
Instantiates a new generic an field.

Parameters:
position - the position

GenericANField

public GenericANField(Position position,
                      Validator fieldValidator,
                      java.lang.String fieldData)
               throws ICLException
Instantiates a new generic an field.

Parameters:
position - the position
fieldValidator - the field validator
fieldData - the field data
Throws:
ICLException - the ICL exception

GenericANField

public GenericANField(Position position,
                      java.lang.String fieldName)
Instantiates a new generic an field.

Parameters:
position - the position
fieldName - the field name

GenericANField

public GenericANField(Position position,
                      Validator fieldValidator,
                      java.lang.String fieldData,
                      java.lang.String fieldName)
               throws ICLException
Instantiates a new generic an field.

Parameters:
position - the position
fieldValidator - the field validator
fieldData - the field data
fieldName - the field name
Throws:
ICLException - the ICL exception