public enum

DataPropertyAnnotation.Kind

extends java.lang.Enum<DataPropertyAnnotation.Kind>

 java.lang.Object

↳java.lang.Enum<DataPropertyAnnotation.Kind>

↳androidx.appsearch.compiler.annotationwrapper.DataPropertyAnnotation.Kind

Summary

Enum Constants
BOOLEAN_PROPERTY
BYTES_PROPERTY
DOCUMENT_PROPERTY
DOUBLE_PROPERTY
EMBEDDING_PROPERTY
LONG_PROPERTY
STRING_PROPERTY
Methods
public static DataPropertyAnnotation.KindvalueOf(java.lang.String name)

public static DataPropertyAnnotation.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

STRING_PROPERTY

DOCUMENT_PROPERTY

LONG_PROPERTY

DOUBLE_PROPERTY

BOOLEAN_PROPERTY

BYTES_PROPERTY

EMBEDDING_PROPERTY

Methods

public static DataPropertyAnnotation.Kind values()

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