Companion

object Companion : NonBlankStringValueFactory<Role>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Tool: Role
Link copied to clipboard
val User: Role

Functions

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