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

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

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

Methods in de.aitools.aq.invertedindex.generated that return IndexMessages.Configuration.InputFormat
 IndexMessages.Configuration.InputFormat IndexMessages.Configuration.getInputFormat()
           
 IndexMessages.Configuration.InputFormat IndexMessages.Configuration.Builder.getInputFormat()
           
static IndexMessages.Configuration.InputFormat IndexMessages.Configuration.InputFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static IndexMessages.Configuration.InputFormat IndexMessages.Configuration.InputFormat.valueOf(int value)
           
static IndexMessages.Configuration.InputFormat IndexMessages.Configuration.InputFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexMessages.Configuration.InputFormat[] IndexMessages.Configuration.InputFormat.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.InputFormat
static com.google.protobuf.Internal.EnumLiteMap<IndexMessages.Configuration.InputFormat> IndexMessages.Configuration.InputFormat.internalGetValueMap()
           
 

Methods in de.aitools.aq.invertedindex.generated with parameters of type IndexMessages.Configuration.InputFormat
 IndexMessages.Configuration.Builder IndexMessages.Configuration.Builder.setInputFormat(IndexMessages.Configuration.InputFormat value)