org.cdgsoftware.icl.field
Class GenericAField

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

public class GenericAField
extends Field

The Class GenericAField.


Constructor Summary
GenericAField(Position position)
          Instantiates a new generic a field.
GenericAField(Position position, java.lang.String fieldName)
          Instantiates a new generic a field.
GenericAField(Position position, Validator fieldValidator, java.lang.String fieldData)
          Instantiates a new generic a field.
GenericAField(Position position, Validator fieldValidator, java.lang.String fieldData, java.lang.String fieldName)
          Instantiates a new generic a 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

GenericAField

public GenericAField(Position position)
Instantiates a new generic a field.

Parameters:
position - the position

GenericAField

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

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

GenericAField

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

Parameters:
position - the position
fieldName - the field name

GenericAField

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

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