* Gets the name of this specification. Represents a unique identifier. * * @public * @returns {string} Specification name
()
| 181 | * @returns {string} Specification name |
| 182 | */ |
| 183 | getName() { |
| 184 | return this._name; |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Gets the kind of this specification, for example <code>project</code> or <code>extension</code> |
no outgoing calls
no test coverage detected