Returns the name of the class that implements the protocol. @return the class name
()
| 98 | * @return the class name |
| 99 | */ |
| 100 | public String getClassName() { |
| 101 | return className; |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Returns the name of the vendor associated with this implementation |
no outgoing calls
no test coverage detected