type

RuntimeLibBasis

@Serializable { simple=true }
enum class RuntimeLibBasis : Enum

RuntimeLibBasis defines owner of a given library

enum

boot

System level boot library

sys

System level library

proj

Project level library

disabled

Library installed, but not enabled

constructors

fromStr

Return the RuntimeLibBasis instance for the specified name.

fields

vals

List of RuntimeLibBasis values indexed by ordinal

Slot Details

boot

const static RuntimeLibBasis boot := ...

System level boot library

disabled

const static RuntimeLibBasis disabled := ...

Library installed, but not enabled

fromStr

static new fromStr(Str name, Bool checked := true)

Return the RuntimeLibBasis instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

proj

const static RuntimeLibBasis proj := ...

Project level library

sys

const static RuntimeLibBasis sys := ...

System level library

vals

const static RuntimeLibBasis[] vals := ...

List of RuntimeLibBasis values indexed by ordinal