HostedFile.HostedFileColumn


public enum HostedFile.HostedFileColumn


An enum of the columns returned by the hosted file service.

Summary

Public fields

final int
final String
final Class<Object>
final int

Public methods

int
String
static String[]
Class<Object>
int
static HostedFile.HostedFileColumn

Returns the enum constant of this type with the specified name.

static HostedFile.HostedFileColumn[]

Returns an array containing the constants of this enum type, in the order they're declared.

Public fields

androidType

public final int androidType

columnName

public final String columnName

columnType

public final Class<ObjectcolumnType

position

public final int position

Public methods

getAndroidType

public int getAndroidType()

getColumnName

public String getColumnName()

getColumnNames

public static String[] getColumnNames()

getColumnType

public Class<ObjectgetColumnType()

getPosition

public int getPosition()

valueOf

public static HostedFile.HostedFileColumn valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
HostedFile.HostedFileColumn

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static HostedFile.HostedFileColumn[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
HostedFile.HostedFileColumn[]

an array containing the constants of this enum type, in the order they're declared