1 package org.omg.DynamicAny; 2 3 4 /** 5 * org/omg/DynamicAny/DynFixed.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl 8 * Saturday, February 9, 2008 9:40:12 AM GMT 9 */ 10 11 12 /** 13 * DynFixed objects support the manipulation of IDL fixed values. 14 * Because IDL does not have a generic type that can represent fixed types with arbitrary 15 * number of digits and arbitrary scale, the operations use the IDL string type. 16 */ 17 public interface DynFixed extends DynFixedOperations, org.omg.DynamicAny.DynAny, org.omg.CORBA.portable.IDLEntity 18 { 19 } // interface DynFixed 20