1 package org.omg.mof.Model; 2 3 4 10 11 public final class ParameterUListHolder implements org.omg.CORBA.portable.Streamable 12 { 13 public org.omg.mof.Model.Parameter value[] = null; 14 15 public ParameterUListHolder () 16 { 17 } 18 19 public ParameterUListHolder (org.omg.mof.Model.Parameter[] initialValue) 20 { 21 value = initialValue; 22 } 23 24 public void _read (org.omg.CORBA.portable.InputStream i) 25 { 26 value = org.omg.mof.Model.ParameterUListHelper.read (i); 27 } 28 29 public void _write (org.omg.CORBA.portable.OutputStream o) 30 { 31 org.omg.mof.Model.ParameterUListHelper.write (o, value); 32 } 33 34 public org.omg.CORBA.TypeCode _type () 35 { 36 return org.omg.mof.Model.ParameterUListHelper.type (); 37 } 38 39 } 40 | Popular Tags |