Uses of Enum Class
cronapi.Var.Type

Packages that use Var.Type
Package
Description
 
  • Uses of Var.Type in cronapi

    Methods in cronapi that return Var.Type
    Modifier and Type
    Method
    Description
    Var.getType()
    Get the type of the underlying object
    static Var.Type
    Var.Type.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Var.Type[]
    Var.Type.values()
    Returns an array containing the constants of this enum class, in the order they are declared.