org.omg.CosNaming
Class NameComponent
java.lang.Object
|
+--org.omg.CosNaming.NameComponent
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class NameComponent
- extends java.lang.Object
- implements IDLEntity
This struct provides a basic structure to named an element into
the naming graph. Each node and object have are identified with
a NameComponent.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
id
|
java.lang.String |
kind
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
kind
public java.lang.String kind
NameComponent
public NameComponent()
NameComponent
public NameComponent(java.lang.String id,
java.lang.String kind)