All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CosNaming.Binding Maven / Gradle / Ivy

The newest version!
package org.omg.CosNaming;


/**
* org/omg/CosNaming/Binding.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CosNaming/nameservice.idl
* Wednesday, February 1, 2023 4:15:31 PM CET
*/

public final class Binding implements org.omg.CORBA.portable.IDLEntity
{
  public org.omg.CosNaming.NameComponent binding_name[] = null;

  // name
  public org.omg.CosNaming.BindingType binding_type = null;

  public Binding ()
  {
  } // ctor

  public Binding (org.omg.CosNaming.NameComponent[] _binding_name, org.omg.CosNaming.BindingType _binding_type)
  {
    binding_name = _binding_name;
    binding_type = _binding_type;
  } // ctor

} // class Binding




© 2015 - 2024 Weber Informatics LLC | Privacy Policy