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