public class InterfaceIdentifier extends Object
InterfaceIdentifier class identifies an
ApiInterface
instance.| Constructor and Description |
|---|
InterfaceIdentifier(String iface)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Returns the name of this interface.
|
int |
hashCode() |
String |
toString() |
public InterfaceIdentifier(String iface)
iface - interface nameNullPointerException - if iface is nullpublic String getName()
Copyright © 2022. All rights reserved.