Class BigDecimalDomainType.Number

    • Constructor Detail

      • Number

        public Number()
    • Method Detail

      • getFormatId

        public String getFormatId()
        Description copied from interface: PrimitiveDomainType
        Returns the id of the format definition to use for this domain type. Is normally only relevant for numeric domain types. The id is the prefix part of the name in the Format.xml file. So for example the id 'integer' maps to all the Format.xml entries with integer as a prefix.
        Specified by:
        getFormatId in interface PrimitiveDomainType
        Overrides:
        getFormatId in class BasePrimitiveDomainType
        Returns:
        the name of the format definition in the format.xml, if not relevant then null is returned.