Class ExtendedFieldTypes


  • public final class ExtendedFieldTypes
    extends java.lang.Object
    Class declaring constants for ExtendedFieldTypes and their corresponding table-names. There are two kinds of extended fields: extendedfields for domains, and extendedfields for harvestdefinitions. TODO change into an enum class instead.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DOMAIN
      constant representing extendedfields for domains.
      static int HARVESTDEFINITION
      constant representing extendedfields for harvestdefinitions.
      protected static java.lang.String[] tableNames
      arrays representing the two different types, and which database table they are associated with.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tableNames

        protected static final java.lang.String[] tableNames
        arrays representing the two different types, and which database table they are associated with. used for testing.