* Gets the kind of this specification, for example project or extension * * @public * @returns {string} Specification kind
()
| 191 | * @returns {string} Specification kind |
| 192 | */ |
| 193 | getKind() { |
| 194 | return this._kind; |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * Gets the type of this specification, |
no outgoing calls
no test coverage detected