001 package org.omg.GIOP; 002 /** 003 * Generated from IDL enum "ReplyStatusType_1_2". 004 * 005 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 006 * @version generated at Sep 22, 2012 10:57:17 AM 007 */ 008 009 public final class ReplyStatusType_1_2Holder 010 implements org.omg.CORBA.portable.Streamable 011 { 012 public ReplyStatusType_1_2 value; 013 014 public ReplyStatusType_1_2Holder () 015 { 016 } 017 public ReplyStatusType_1_2Holder (final ReplyStatusType_1_2 initial) 018 { 019 value = initial; 020 } 021 public org.omg.CORBA.TypeCode _type () 022 { 023 return ReplyStatusType_1_2Helper.type (); 024 } 025 public void _read (final org.omg.CORBA.portable.InputStream in) 026 { 027 value = ReplyStatusType_1_2Helper.read (in); 028 } 029 public void _write (final org.omg.CORBA.portable.OutputStream out) 030 { 031 ReplyStatusType_1_2Helper.write (out,value); 032 } 033 }