org.cdgsoftware.icl.field
Class GenericBinaryField

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

public class GenericBinaryField
extends Field

The Class GenericBinaryField.


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

GenericBinaryField

public GenericBinaryField(Position position)
Instantiates a new generic binary field.

Parameters:
position - the position

GenericBinaryField

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

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

GenericBinaryField

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

Parameters:
position - the position
fieldName - the field name

GenericBinaryField

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

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