Interface IDisplayTypeFactory


  • public interface IDisplayTypeFactory
    Author:
    Jan Thielemann - jan.thielemann@evenos-consulting.de, evenos Consulting GmbH - www.evenos.org
    • Method Detail

      • isID

        boolean isID​(int displayType)
      • isNumeric

        boolean isNumeric​(int displayType)
      • getDefaultPrecision

        Integer getDefaultPrecision​(int displayType)
      • isText

        boolean isText​(int displayType)
      • isDate

        boolean isDate​(int displayType)
      • isList

        default boolean isList​(int displayType)
      • isLookup

        boolean isLookup​(int displayType)
      • isLOB

        boolean isLOB​(int displayType)
      • getClass

        Class<?> getClass​(int displayType,
                          boolean yesNoAsBoolean)
      • getSQLDataType

        String getSQLDataType​(int displayType,
                              String columnName,
                              int fieldLength)
      • getDescription

        String getDescription​(int displayType)