public final class NameComponent extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
String |
id
The name component identifier.
|
String |
kind
The name component kind (this conception is similar to
the file type conception.
|
| Constructor and Description |
|---|
NameComponent()
Create the empty name component.
|
NameComponent(String _id,
String _kind)
Create the initialised name component.
|
public NameComponent()
public NameComponent(String _id, String _kind)
public boolean equals(Object other)
equals in class Objectother - the Object to compare toObject.hashCode()public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)public int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)