Class ColumnDescriptor<T>

  • Type Parameters:
    T -

    @InternalApi
    @Deprecated
    public class ColumnDescriptor<T>
    extends java.lang.Object
    Deprecated.
    Is internal API
    Author:
    Brian Remedios
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  ColumnDescriptor.Accessor<T>
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public final java.lang.String id
        Deprecated.
      • title

        public final java.lang.String title
        Deprecated.
    • Constructor Detail

      • ColumnDescriptor

        public ColumnDescriptor​(java.lang.String theId,
                                java.lang.String theTitle,
                                ColumnDescriptor.Accessor<T> theAccessor)
        Deprecated.