Type.isEnum Method

Indicates whether the specified type is an enumeration.

public static function isEnum(
    type : Object
) : Boolean

Parameter

Description

type

The type to test.

true if the type is an enumeration; otherwise, false.

Show: