org.omg.CosNaming
public final class NameComponent extends Object implements IDLEntity
| Field Summary | |
|---|---|
| String | id
The name component identifier. |
| String | kind
The name component kind (this conception is similar to
the file type conception. |
| Constructor Summary | |
|---|---|
| NameComponent()
Create the empty name component. | |
| NameComponent(String _id, String _kind)
Create the initialised name component. | |
| Method Summary | |
|---|---|
| boolean | equals(Object other)
Returns true if both name and kind are equal. |
| int | hashCode()
Return the hashCode of this NameComponent. |
| String | toString()
Get a string representation (id.kind). |