Enum TypeKind

  • All Implemented Interfaces:
    Serializable, Comparable<TypeKind>

    public enum TypeKind
    extends Enum<TypeKind>
    Specifies kinds of types.

    These correspond to the constants in TypeKind. However, that enum is not available on Android and a warning is produced. So this enum is used instead.