public enum

PropertyAnnotation.Kind

extends java.lang.Enum<PropertyAnnotation.Kind>

 java.lang.Object

↳java.lang.Enum<PropertyAnnotation.Kind>

↳androidx.appsearch.compiler.annotationwrapper.PropertyAnnotation.Kind

Summary

Enum Constants
DATA_PROPERTY
METADATA_PROPERTY
Methods
public static PropertyAnnotation.KindvalueOf(java.lang.String name)

public static PropertyAnnotation.Kindvalues()

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

METADATA_PROPERTY

DATA_PROPERTY

Methods

public static PropertyAnnotation.Kind values()

public static PropertyAnnotation.Kind valueOf(java.lang.String name)