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 Object
other
- the Object to compare toObject.hashCode()
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
public int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)