org.omg.CosTransactions.otid_tHolder Maven / Gradle / Ivy
The newest version!
package org.omg.CosTransactions;
/**
* Generated from IDL struct "otid_t".
*
* @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
* @version generated at Oct 2, 2012 3:07:46 PM
*/
public final class otid_tHolder
implements org.omg.CORBA.portable.Streamable
{
public org.omg.CosTransactions.otid_t value;
public otid_tHolder ()
{
}
public otid_tHolder(final org.omg.CosTransactions.otid_t initial)
{
value = initial;
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CosTransactions.otid_tHelper.type ();
}
public void _read(final org.omg.CORBA.portable.InputStream _in)
{
value = org.omg.CosTransactions.otid_tHelper.read(_in);
}
public void _write(final org.omg.CORBA.portable.OutputStream _out)
{
org.omg.CosTransactions.otid_tHelper.write(_out, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy