PropertyFile.Column


enum PropertyFile.Column


Represents columns returned by the property file service.

Summary

Enum Values

NAME
VALUE

Public functions

String!
java-static Array<String!>!
java-static PropertyFile.Column!
valueOf(name: String!)

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

java-static Array<PropertyFile.Column!>!

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

Public properties

Int

Public functions

getName

fun getName(): String!

getNames

java-static fun getNames(): Array<String!>!

valueOf

java-static fun valueOf(name: String!): PropertyFile.Column!

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
PropertyFile.Column!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<PropertyFile.Column!>!

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
Array<PropertyFile.Column!>!

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

Public properties

position

val positionInt