Class DynFixedHelper

java.lang.Object
org.omg.DynamicAny.DynFixedHelper

public abstract class DynFixedHelper extends Object
DynFixed objects support the manipulation of IDL fixed values. Because IDL does not have a generic type that can represent fixed types with arbitrary number of digits and arbitrary scale, the operations use the IDL string type.
  • Field Details

    • _id

      private static String _id
    • __typeCode

      private static TypeCode __typeCode
  • Constructor Details

    • DynFixedHelper

      public DynFixedHelper()
  • Method Details