Type

sealed class Type : SchemaElement

Represents a type declaration, which may be a Message or an Enum.

Inheritors

Properties

Link copied to clipboard
open override val elementName: String
Link copied to clipboard
abstract val elementType: String
Link copied to clipboard
abstract val name: Identifier

Functions

Link copied to clipboard
open override fun toString(): String