com.beasys.Tobj
Class LNameComponent

java.lang.Object
  |
  +--com.beasys.Tobj.LNameComponent

public class LNameComponent
extends java.lang.Object

This class implements the names library in CosNaming. This class is a Java-specific implementation of an OMG-defined CORBA pseudo-object, which will be deprecated in a future release.


Method Summary
static LNameComponent create_lname_component()
          Creates the LName component.
 java.lang.String get_id()
          Returns the value of the LName component's identifier attribute.
 java.lang.String get_kind()
          Returns the value of the LName component's kind attribute.
 void set_id(java.lang.String i)
          Sets the identifier attribute of the LName component to the string argument.
 void set_kind(java.lang.String k)
          Sets the kind attribute of the LName component to the string argument.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create_lname_component

public static LNameComponent create_lname_component()
Creates the LName component.

get_id

public java.lang.String get_id()
                        throws NotSet
Returns the value of the LName component's identifier attribute.

set_id

public void set_id(java.lang.String i)
            throws OverFlow
Sets the identifier attribute of the LName component to the string argument.

get_kind

public java.lang.String get_kind()
                          throws NotSet
Returns the value of the LName component's kind attribute.

set_kind

public void set_kind(java.lang.String k)
              throws OverFlow
Sets the kind attribute of the LName component to the string argument.