Class TargetTable<T extends Table<F>,​F extends Field>

    • Constructor Summary

      Constructors 
      Constructor Description
      TargetTable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Iterator<F> getMappedFields()
      Returns all mapped fields.
      abstract T getTable()
      Returns the table structure of all possible fields to be mapped.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TargetTable

        public TargetTable()
    • Method Detail

      • getTable

        public abstract T getTable()
        Returns the table structure of all possible fields to be mapped.
        See Also:
        getMappedFields()
      • getMappedFields

        public abstract java.util.Iterator<F> getMappedFields()
        Returns all mapped fields.