EnumFieldOriginKind<T>(Int)

package haxe.display

import haxe.display.Display

Available on all platforms

Variables

inlineread onlySelf:EnumFieldOriginKind<JsonModuleType<T>> = 0

The enum value is declared on the current type itself.

inlineread onlyStaticImport:EnumFieldOriginKind<JsonModuleType<T>> = 1

The enum value is brought into context via a static import (import pack.Module.Enum.Value).

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/display/EnumFieldOriginKind.html