Class NameComponent

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class NameComponent
    extends java.lang.Object
    implements IDLEntity
    org/omg/CosNaming/NameComponent.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/nameservice.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id  
      java.lang.String kind  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameComponent()  
      NameComponent​(java.lang.String _id, java.lang.String _kind)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public java.lang.String id
      • kind

        public java.lang.String kind
    • Constructor Detail

      • NameComponent

        public NameComponent()
      • NameComponent

        public NameComponent​(java.lang.String _id,
                             java.lang.String _kind)