valueOf

open fun valueOf(formatType: Int): SASFormatType

Returns the SASFormatType enum member corresponding to the integer in parameter, or UNKNOWN if there is no match


open fun valueOf(name: String): SASFormatType

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.)

Return

the enum constant with the specified name

Throws

if this enum type has no constant with the specified name