ParameterDirection

enum ParameterDirection : Enum<ParameterDirection> , PrettyPrintable

Specifies whether a parameter is an IN parameter (can be used) or an OUT (has to be assigned in the function body).

Entries

PARAM_OUT
Link copied to clipboard
PARAM_IN
Link copied to clipboard

Functions

toDocument
Link copied to clipboard
abstract fun toDocument(): Document

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int