Uses of Enum Class
com.soklet.McpNull

Packages that use McpNull
Package
Description
Core Soklet contracts and functionality.
  • Uses of McpNull in com.soklet

    Subclasses with type arguments of type McpNull in com.soklet
    Modifier and Type
    Class
    Description
    enum 
    Singleton MCP null value.
    Methods in com.soklet that return McpNull
    Modifier and Type
    Method
    Description
    static McpNull
    McpNull.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static McpNull[]
    McpNull.values()
    Returns an array containing the constants of this enum class, in the order they are declared.