
org.omg.XA.XASwitchHolder Maven / Gradle / Ivy
package org.omg.XA;
/**
* Generated from IDL interface "XASwitch".
*
* @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
* @version generated at Sep 25, 2012 5:03:58 PM
*/
public final class XASwitchHolder implements org.omg.CORBA.portable.Streamable{
public XASwitch value;
public XASwitchHolder()
{
}
public XASwitchHolder (final XASwitch initial)
{
value = initial;
}
public org.omg.CORBA.TypeCode _type()
{
return XASwitchHelper.type();
}
public void _read (final org.omg.CORBA.portable.InputStream in)
{
value = XASwitchHelper.read (in);
}
public void _write (final org.omg.CORBA.portable.OutputStream _out)
{
XASwitchHelper.write (_out,value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy