Returns the name of the software.
()
| 18 | public native void setName(String name); |
| 19 | /** Returns the name of the software. */ |
| 20 | public native String name(); |
| 21 | |
| 22 | /** Sets the version of the software. */ |
| 23 | public native void setVersion(String version); |
no outgoing calls
no test coverage detected