Class DatasetSortInfo.RecordField

  • Enclosing class:
    DatasetSortInfo

    public static class DatasetSortInfo.RecordField
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RecordField​(java.lang.String name, boolean isVariable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      boolean isVariable()  
      • Methods inherited from class java.lang.Object

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

      • RecordField

        protected RecordField​(java.lang.String name,
                              boolean isVariable)
    • Method Detail

      • getName

        public java.lang.String getName()
      • isVariable

        public boolean isVariable()