Companion

object Companion : NonBlankStringValueFactory<ToolType> (source)

Functions

Link copied to clipboard
operator fun invoke(value: String): Any
Link copied to clipboard
open fun of(value: String): ToolType
Link copied to clipboard
open fun parse(value: String): ToolType
Link copied to clipboard
fun show(value: ToolType): String
Link copied to clipboard
fun unwrap(value: ToolType): String