public enum

PropertyFile.Column

extends java.lang.Enum<PropertyFile.Column>

 java.lang.Object

↳java.lang.Enum<PropertyFile.Column>

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

Overview

Represents columns returned by the property file service.

Summary

Enum Constants
NAME
VALUE
Methods
public java.lang.StringgetName()

public static java.lang.StringgetNames()

public intgetPosition()

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

public static PropertyFile.Columnvalues()

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

NAME

VALUE

Methods

public static PropertyFile.Column values()

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

public java.lang.String getName()

public int getPosition()

public static java.lang.String getNames()