Term
@Serializable
@SerialName(value = "Term")
A term entry - a reusable value that can be referenced by other messages.
Terms are similar to messages but start with a dash (-) and can be referenced using the {-termId} syntax.
Constructors
Link copied to clipboard
constructor(id: Identifier, value: Pattern, attributes: List<Attribute> = emptyList(), comment: Entry.Comment? = null, docComment: DocComment? = null)