package com.vci.corba.workflow.method; /** * Generated from IDL interface "WorkflowService". * * @author JacORB IDL compiler V 3.9 * @version generated at 2022-12-23 15:42:24 */ public final class WorkflowServiceHolder implements org.omg.CORBA.portable.Streamable{ public WorkflowService value; public WorkflowServiceHolder() { } public WorkflowServiceHolder (final WorkflowService initial) { value = initial; } public org.omg.CORBA.TypeCode _type() { return WorkflowServiceHelper.type(); } public void _read (final org.omg.CORBA.portable.InputStream in) { value = WorkflowServiceHelper.read (in); } public void _write (final org.omg.CORBA.portable.OutputStream _out) { WorkflowServiceHelper.write (_out,value); } }