Uses of Enum Class
com.yahoo.slime.Type

Packages that use Type
Package
Description
SLIME: 'Schema-Less Interface/Model/Exchange'.
  • Uses of Type in com.yahoo.slime

    Methods in com.yahoo.slime that return Type
    Modifier and Type
    Method
    Description
    BinaryView.type()
     
    Inspector.type()
    return an enum describing value type
    static Type
    Type.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Type[]
    Type.values()
    Returns an array containing the constants of this enum class, in the order they are declared.