org.cdgsoftware.icl.field
Class GenericNField

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

public class GenericNField
extends Field

The Class GenericNField.


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

GenericNField

public GenericNField(Position position)
Instantiates a new generic n field.

Parameters:
position - the position

GenericNField

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

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

GenericNField

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

Parameters:
position - the position
fieldName - the field name

GenericNField

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

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