Class DynFixedHelper


  • public abstract class DynFixedHelper
    extends java.lang.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 Detail

      • _id

        private static java.lang.String _id
      • __typeCode

        private static TypeCode __typeCode
    • Constructor Detail

      • DynFixedHelper

        public DynFixedHelper()