Represents the import mode.

See also:

Values

INormal

Represents a default import import c.

IAsName(alias:String)

Represents the alias import import c as alias.

IAll

Represents the wildcard import import *.