Gets the friendly name of the platform @return the friendly name of the platform
()
| 93 | * @return the friendly name of the platform |
| 94 | */ |
| 95 | public String getName() { |
| 96 | return this.name; |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Gets the friendly name of the specified JNA Platform type |