public enum

AnnotatedGetterOrField.ElementTypeCategory

extends java.lang.Enum<AnnotatedGetterOrField.ElementTypeCategory>

 java.lang.Object

↳java.lang.Enum<AnnotatedGetterOrField.ElementTypeCategory>

↳androidx.appsearch.compiler.AnnotatedGetterOrField.ElementTypeCategory

Overview

Specifies whether the getter/field is assigned a collection or array or a single type.

Note: byte[] are treated specially such that

The boxed java.lang.Byte type is not supported by the AppSearch compiler at all.

Summary

Enum Constants
ARRAY
COLLECTION
SINGLE
Methods
public static AnnotatedGetterOrField.ElementTypeCategoryvalueOf(java.lang.String name)

public static AnnotatedGetterOrField.ElementTypeCategoryvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

SINGLE

COLLECTION

ARRAY

Methods

public static AnnotatedGetterOrField.ElementTypeCategory valueOf(java.lang.String name)