CommentTag

class CommentTag(val name: String, appliesTo: String?)

Constructors

Link copied to clipboard
constructor(name: String, appliesTo: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appliesTo: String
Link copied to clipboard
val isForEntity: SimpleBooleanProperty
Link copied to clipboard
val isForField: SimpleBooleanProperty
Link copied to clipboard
val isForIndex: SimpleBooleanProperty
Link copied to clipboard
val isForProject: SimpleBooleanProperty
Link copied to clipboard
val isForRelation: SimpleBooleanProperty
Link copied to clipboard
val isForSubjectArea: SimpleBooleanProperty
Link copied to clipboard
val name: String

Functions

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