public enum

PropertyFile.Authority

extends java.lang.Enum<PropertyFile.Authority>

 java.lang.Object

↳java.lang.Enum<PropertyFile.Authority>

↳androidx.test.services.storage.file.PropertyFile.Authority

Overview

Enumerates authorities for property-based (i.e. key/value pair) content providers.

Summary

Enum Constants
TEST_ARGS
Methods
public java.lang.StringgetAuthority()

public static PropertyFile.AuthorityvalueOf(java.lang.String name)

public static PropertyFile.Authorityvalues()

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

TEST_ARGS

Methods

public static PropertyFile.Authority values()

public static PropertyFile.Authority valueOf(java.lang.String name)

public java.lang.String getAuthority()