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