org.omg.CosNaming.Binding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
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