Interface DFDataAcceptor

  • All Superinterfaces:
    DFDataConvertor

    public interface DFDataAcceptor
    extends DFDataConvertor
    Acceptor, that can be used to test whether a certain field type accepts some data. It can be also used to convert the data. The getFieldType() returns the implementation type of the field, which should be used to hold the data values. The getDisplayName() can be used to get a name suitable for presentation purposes.
    Author:
    svata
    • Method Detail

      • getFieldType

        java.lang.String getFieldType()
        Returns:
        The field type, that can be used after data conversion
      • getDisplayName

        java.lang.String getDisplayName()
        Returns:
        A human-readable name for the field