org.omg.IOP.Encoding 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.IOP;
/**
* org/omg/IOP/Encoding.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/IOP/IOP.idl
* Wednesday, February 1, 2023 4:15:32 PM CET
*/
public final class Encoding implements org.omg.CORBA.portable.IDLEntity
{
public short format = (short)0;
public byte major_version = (byte)0;
public byte minor_version = (byte)0;
public Encoding ()
{
} // ctor
public Encoding (short _format, byte _major_version, byte _minor_version)
{
format = _format;
major_version = _major_version;
minor_version = _minor_version;
} // ctor
} // class Encoding