Package 

Enum IndexSort

  • All Implemented Interfaces:
    dev.warrengates.bettermetadata.StringEnum , java.io.Serializable , kotlin.Comparable

    
    public enum IndexSort
    extends Enum<IndexSort> implements StringEnum
                        

    Index sort

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NOT_APPLICABLE

      Not Applicable

      Source value: NULL, converted to empty string here

      DESCENDING

      Descending

      Source value: "D"

      ASCENDING

      Ascending

      Source value: "A"

    • Method Summary

      Modifier and Type Method Description
      String getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait