Uses of Class
de.aitools.aq.invertedindex.generated.IndexMessages.Configuration.Sorting

Packages that use IndexMessages.Configuration.Sorting
de.aitools.aq.invertedindex.generated   
 

Uses of IndexMessages.Configuration.Sorting in de.aitools.aq.invertedindex.generated
 

Methods in de.aitools.aq.invertedindex.generated that return IndexMessages.Configuration.Sorting
 IndexMessages.Configuration.Sorting IndexMessages.Configuration.getPostlistSorting()
           
 IndexMessages.Configuration.Sorting IndexMessages.Configuration.Builder.getPostlistSorting()
           
 IndexMessages.Configuration.Sorting IndexMessages.Header.getPostlistSorting()
           
 IndexMessages.Configuration.Sorting IndexMessages.Header.Builder.getPostlistSorting()
           
static IndexMessages.Configuration.Sorting IndexMessages.Configuration.Sorting.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static IndexMessages.Configuration.Sorting IndexMessages.Configuration.Sorting.valueOf(int value)
           
static IndexMessages.Configuration.Sorting IndexMessages.Configuration.Sorting.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexMessages.Configuration.Sorting[] IndexMessages.Configuration.Sorting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.aitools.aq.invertedindex.generated that return types with arguments of type IndexMessages.Configuration.Sorting
static com.google.protobuf.Internal.EnumLiteMap<IndexMessages.Configuration.Sorting> IndexMessages.Configuration.Sorting.internalGetValueMap()
           
 

Methods in de.aitools.aq.invertedindex.generated with parameters of type IndexMessages.Configuration.Sorting
 IndexMessages.Configuration.Builder IndexMessages.Configuration.Builder.setPostlistSorting(IndexMessages.Configuration.Sorting value)
           
 IndexMessages.Header.Builder IndexMessages.Header.Builder.setPostlistSorting(IndexMessages.Configuration.Sorting value)