1 5 6 21 22 package org.omg.CORBA; 23 24 public final class BoundsHelper { 25 26 public static void insert(org.omg.CORBA.Any any, Bounds _value) { 27 throw new org.omg.CORBA.NO_IMPLEMENT (); 28 } 29 30 public static Bounds extract(org.omg.CORBA.Any any) { 31 throw new org.omg.CORBA.NO_IMPLEMENT (); 32 } 33 34 public static org.omg.CORBA.TypeCode type() { 35 throw new org.omg.CORBA.NO_IMPLEMENT (); 36 } 37 38 public static java.lang.String id() { 39 throw new org.omg.CORBA.NO_IMPLEMENT (); 40 } 41 42 public static Bounds read( 43 org.omg.CORBA.portable.InputStream _input) { 44 throw new org.omg.CORBA.NO_IMPLEMENT (); 45 } 46 47 public static void write(org.omg.CORBA.portable.OutputStream _output, 48 Bounds _value) { 49 throw new org.omg.CORBA.NO_IMPLEMENT (); 50 } 51 52 } 53 | Popular Tags |