* Gets the type of this specification, * for example application or library in case of projects, * and task or server-middleware in case of extensions * * @public * @returns {string} Specification type
()
| 203 | * @returns {string} Specification type |
| 204 | */ |
| 205 | getType() { |
| 206 | return this._type; |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Returns an instance of a helper class representing a Specification Version |
no outgoing calls
no test coverage detected