@return The type ID of this instrument. @deprecated use #ordinal(), there's no meaning to this id
()
| 141 | * @deprecated use {@link #ordinal()}, there's no meaning to this id |
| 142 | */ |
| 143 | @Deprecated(since = "26.1") |
| 144 | public byte getType() { |
| 145 | return (byte) this.ordinal(); |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Get an instrument by its type ID. |